jsalvador

joined 2 years ago
MODERATOR OF
[–] jsalvador@programming.dev 2 points 1 week ago

I don't know many people who choose Bun instead of Node or Deno, but all of them do it because speed.

IMHO, I like Deno because it's offering solutions for everything and trying to not fall into same issues Node had (same creator, trying to apologize), but eventually I run into Node because TypeScript and easy-to-use (in my experience). Anyway, Bun always has been to me like the third wheel of the bike.

[–] jsalvador@programming.dev 9 points 3 weeks ago

I understand the concept, but the autistic engineer I have inside is a bit uncomfy with the design of this pile, implying that AWS depends on Azure.

[–] jsalvador@programming.dev 3 points 1 month ago

I'm mostly fan of Stardew Valley but I didn't play too much farming sims tbh

 

Recently I've been working on some updates and fixes for my personal website, which was running on GitHub Pages using Jekyll 3.9 since the 2015. One of this fixes was implementing the posibility of having open graph images and making it more interesting when posting on social media, using igor-alexandrov/jekyll-og-image plugin.

This plugin requires advanced building because dependencies, so you need to switch to custom workflows instead of keep using the default building system, if you want to make it works. This made me curious about what we are missing here, by keep using gh-pages. So, after modifing my Gemfile to start using new version of Jekyll and remove locked dependencies for GitHub Pages, it ended like this.

source "https://rubygems.org/"

gem "jekyll", "~> 4.4.1"
gem "jekyll-feed", "~> 0.12"
gem "jekyll-paginate"
gem "jekyll-seo-tag"
gem 'jekyll-og-image'

platforms :mingw, :x64_mingw, :mswin, :jruby do
  gem "tzinfo", "~> 1.2"
  gem "tzinfo-data"
end

gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem "webrick", "~> 1.8"

After this change you will need to run:

bundle update
bundle install

This is for regenerate your Gemfile.lock and being able to install dependencies without errors while running the workflow. Once completed commited to your repository, it be completely free to update to Jekyll 4, use new unsupported plugins, or even create your own!

[–] jsalvador@programming.dev 3 points 3 months ago

Litertally. I was going to comment exactly this.

[–] jsalvador@programming.dev 3 points 3 months ago

It means League of Legends is bad, but Doom is not.

[–] jsalvador@programming.dev 2 points 8 months ago

Major problem was drivers are made to run under Ubuntu/Debian, but not under ArchLinux, so after trying them without success, I decided to go for OpenTabletDriver and it worked nice!

[–] jsalvador@programming.dev 1 points 8 months ago (1 children)

This one is Logitech MX Keys, I'm using it as regular work keyboard (I'm software developer), but too big for jams, so I was thinking about something like MX Keys mini or Logitech Pebble, both TKL and bluetooth. Also a portable 15.6 screen because carrying this Lenovo one would be problematic.

[–] jsalvador@programming.dev 2 points 8 months ago

Thanks! I made some improvements on the site, but 90% of it has been made by her!

[–] jsalvador@programming.dev 2 points 8 months ago

Lol, didn't notice but it's true, it sounds like хуй.

[–] jsalvador@programming.dev 2 points 8 months ago

On Reddit, someone also told me to give it a try with a capacitive stylus, now I'm looking for one!

[–] jsalvador@programming.dev 2 points 8 months ago (1 children)

I'm curious about how we ended here but this is the best comment I read today xDD

67
submitted 8 months ago* (last edited 8 months ago) by jsalvador@programming.dev to c/steamdeck@sopuli.xyz
 

Recently I've been looking for creating a portable gamedev station, because I refuse to buy a (another) laptop for game-jams and out-of-home development. I need something able to run Unity/Godot, Krita and sometimes Blender. I already own a Steam Deck, and I thought it could be the solution. Installing this Huion tablet was kinda problematic since drivers are not made for Arch Linux based distros, but OpenTabletDriver via Flatpak made the day. Also Krita works quite nice!

Deck also serves as second screen to hold a mandatory htop and evaluate the performance.

Disclaimer: draw made by my girlfriend, I'm not that good yet. You can find her at ypsilenna.art.

[–] jsalvador@programming.dev 3 points 11 months ago

New Django release \o/

 

Retro-take of the original post which started everything.

10
Django LiveView (django-liveview.andros.dev)
 

Framework for creating Realtime SPAs using HTML over the Wire technology

 

Search made simple, indexing for your Jekyll site.

view more: next ›