Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)A

anti-idpol action

@ pkill @programming.dev

Posts
6
Comments
438
Joined
3 yr. ago

I am working on fedi software that is hoping to allow Kodi, Plex and Popcorn Time get rid of IMDb/TMDB dependency. Dm me if you're skilled in SvelteKit and/or Go, especially the Fiber framework, or machine learning with Rust and willing to contribute.

  • I only use vscodium for things that are not that well supported by neovim, in my case it's only Scala basically, but I guess I'm just to lazy to properly configure metals. I use Sway as my desktop and I don't want to go into configuring DPI just for vscodium or switch to gnome to not ruin my vision even further when using it. This is what I like about terminal-based editors - the whole Ui scales with a single key combination. Speaking of which I also consider the combinations provided by many Neovim "distributions" (and my workflow ;p) way more ergonomic than emacs-y finger gymnastics of vscode and the likes, since I just hit the space twice and type a command alias without moving my fingers from where they should be on the keyboard instead of memorizing gazillion combinations working little by little towards giving me a carpal tunnel.

  • if you want even more frictionless experience and save a few megs of ram check out wezterm, it does a pretty good job of integrating multiplexing into terminal. also it's very extensible as it's configurable with lua.

    on a side note, I had some stability issues with vscode-neovim where it'd crash it in worst cases.

  • it's a feature not a bug, still simpler than chaining 10 iterators where half of them also requires a callback parameter. Clojure even disallows nested % iteratees.

  • isn't XNU more decoupled than Windows kernel?

  • SHOULD'VE USED OPENBSD LMAO

  • if JS tried not only to use Lisp-like semantics but also Lisp-like syntax then probably we'd still be using it untyped

  • Collaboration with the Zionist state and scraping even more data via Chrome ad topics and unskippable YT ads not providing enough revenue to fund AI bs in the search?

  • Yes even for technical writing it's absolute shit. I once stumbled upon a book about postgresql with repetitive summaries and generally a very algorithmic, article-like pattern on literally every page.

  • Similar observation here, after 7 months of absolute hell of financial difficulties and humiliation forcing me to move back in with my folks I literally went to having a possibility of overemployment or being picky again literally over a couple of weeks which also gives me hope that compensation will finally start to catch up to the inflation.Wonder why is that, but I would guess it might be that overzealous layoffs motivated by short-term bump in stock price started backfiring, especially considering the maintainability of so many, many commercial projects where turnover absolutely does not help.

    Though I wouldn't count my chickens before they hatch, the system is abso-fucking-lutely not rational and the global economy is on a path of going from crisis to crisis.

  • why even install multiple copies of chromium in the first place if all this electron proprietary garbage comes with virtually no extra features compared to the web version, in the first place?

  • on chromium screen sharing works flawlessly though.

  • plot twist to make it worse: you put in in an onInput hook without even a debounce

  • Also constant time is not always the fastest

  • yeah sysctl > regedit

    'tis a meme... ;)

  • AGPL RULEZ

  • the real question is whether you use git variants. Which is another way of not making arch (and Gentoo) certainly not free as in free beer, especially if you live in Europe and need to deal with those outrageous energy prices. btw imo one should be suspicious of projects with long tagged release cadence since it's usually a sign of technical debt and the need to look for alternatives.

  • The X server has to be the biggest program I've ever seen that doesn't do anything for you.Ken Thompson

    I see Wayland's flaws but X is such a bloated piece of hardly maintainable spaghetti code that it is sadly beyond saving or prospects for anything in terms of significant improvement

  • well in this particular case it's initramfs' fault for not designing for all-or-nothing atomicity (a operation either completes fully or not at all). which you can work around with a terminal multiplexer where a session can be re-attached later in such cases btw.