HackerTrans
TopNewTrendsCommentsPastAskShowJobs

optionalsquid

997 karmajoined 4 yıl önce

Submissions

The Systemd Age Verification Debate: Developer Responds to Criticism

itsfoss.com
1 points·by optionalsquid·4 ay önce·0 comments

Typst 0.14

typst.app
653 points·by optionalsquid·9 ay önce·170 comments

Linus Torvalds Removes the Bcachefs Code from the Linux Kernel

phoronix.com
11 points·by optionalsquid·9 ay önce·0 comments

comments

optionalsquid
·9 gün önce·discuss
The rejection of Opus Magnum got a lot of attention at the time, which probably caused GOG to reconsider. But most developers don't get that kind of attention, if a game of theirs is rejected. I've seen multiple developers of games that I like, saying that they've given up on GOG because of the curation
optionalsquid
·9 gün önce·discuss
Well, it has happened before:

https://www.gamesindustry.biz/confusion-surrounds-gogs-rejec...
optionalsquid
·9 gün önce·discuss
My understanding is that GOG is not necessarily undesirable, but they are very selective: Unlike Steam or Itch, you have to convince them that it's worth their while to sell your game. And their choices of what (not) to sell are not infrequently baffling. Lots of developers have gotten burned by that, including Zachtronics
optionalsquid
·9 gün önce·discuss
Yes, it's unfortunate that the Lancet is not an Open Access journal. But, as you say, you can just purchase the paper if you wish to read it
optionalsquid
·9 gün önce·discuss
The first link in the article goes straight to the study:

https://www.thelancet.com/journals/lancet/article/PIIS0140-6...
optionalsquid
·10 gün önce·discuss
From what I recall, based on what a Godot developer wrote at the time, nobody got banned from GitHub for "a reasonable objection". The only people who got banned from GitHub were those who posted abuse there, after a few people had gotten blocked by the Godot Twitter account
optionalsquid
·10 gün önce·discuss
The fork also had its own drama, resulting in one of the more active developers of the fork, plus the guy who helped kick off the original drama, splitting off to create yet another fork. Both forks are still active, I believe. It was all very silly
optionalsquid
·12 gün önce·discuss
> Slightly tangential on Swedish society, there are similarities between USA and Sweden. There's a large segment of society that is white and very blond, and there's a largish segment which is not.

Do you have a source for that? I tried searching, but didn't find anything supporting this notion. I can find numerous sources pointing to the high prevalence of blonde hair in Sweden and other Nordic counties, but the US rarely even makes an appearance in those rankings. If anything, it seems like a point of difference rather than a similarity
optionalsquid
·16 gün önce·discuss
Regardless of the LLM policy, I'd be hesitant to apply an optimization the impact of which can't be measured according to the author:

  > If you can provide some metrics that illustrate what the positive
  > performance improvement is, someone might volunteer to write a "clean"
  > implementation (assuming this contribution is contraband) of an NSColor
  > cache.  I haven't looked at the code should it wind up being me.

  I don't believe it's measurable, because it touches glyph rendering and
  framerates. 

 https://lists.gnu.org/archive/html/emacs-devel/2026-06/msg00527.html
optionalsquid
·22 gün önce·discuss
Based on their tracking issue, Ruff is missing 156 out of 397 Pylint checks:

https://github.com/astral-sh/ruff/issues/970

Though some of them will presumably be covered by Ty
optionalsquid
·24 gün önce·discuss
Half-Life 2, released back in 2004, required an Internet connection to play. It was a major point of contention, in part due to how unreliable Steam was at the time
optionalsquid
·25 gün önce·discuss
I honestly don’t see how the two compare. I’m merely asking for a response to a query that I sent myself.

What you describe is more like SPAM: Unsolicited bulk rejections to applications that were never sent
optionalsquid
·25 gün önce·discuss
An automated message would be perfectly fine, since it would still allow me to cross off that application. The people behind the message are of little import. We are unlikely to have any further interactions anyway
optionalsquid
·25 gün önce·discuss
> Every employer would send "We have decided not to continue with your application".

That would still be a big improvement over just getting ghosted
optionalsquid
·2 ay önce·discuss
> But nowadays prefer pyproject.toml

Couldn't you accomplish the same thing by adding a malicious [build-system] to a pyproject.toml file? You can pull in arbitrary code by providing exact URLs for requirements:

  [build-system]
  requires = ["hatchling @ https://files.pythonhosted.org/packages/8f/8a/cc1debe3514da292094f1c3a700e4ca25442489731ef7c0814358816bb03/hatchling-1.27.0.tar.gz"]
  build-backend = "hatchling.build"
optionalsquid
·2 ay önce·discuss
I don't have a better solution, unfortunately, but it doesn't seem seem to like the spam problem has been solved. It has just been moved from pull requests to commits:

Currently, more than 10% of all commits in the archestra repo are essentially noise (369 of 3521 commits), accounting for more than half of all commits in the last month (303 of 578 commits).

But maybe (probably) the amount of such commits will go down over time, compared to the growing amounts of AI slop
optionalsquid
·2 ay önce·discuss
There is currently a lot noise being generated because people noticed that Anita Sarkeesian consulted on Slay the Spire 2 (an amazing game, by the way). The main subreddit for GamerGate is also still very active. Those people never went away and they never figured out that they were tilting at windmills
optionalsquid
·2 ay önce·discuss
Danish immigration laws are also very strict. Most of our political parties have been competed to further tighten those rules over the last couple of decades. We literally have people advocating to leave the convention on human rights, since it’s getting in the way of that
optionalsquid
·3 ay önce·discuss
But researchers are not necessarily paid by corporations, and governments, foundations, and such are generally more willing to hand out grants that forego short-term profitability for long-term gains. And while a company might not be interested investing in research that could undermine one of their core products, that obviously does not apply to competing companies that do not already have corresponding products. What better way to break into a market, than to render your competitors' products obsolete?
optionalsquid
·3 ay önce·discuss
Support for config based hooks is very nice.

Only a few days ago, I was just looking for some way to automatically check (and fail) if there are inactive hooks when I try to commit. I already use `advice.ignoredhook`, but it's easy to miss the warning if you commit through VSCode, and possibly through other IDEs.

With this, I can just write a simple script to perform that check, and add it to my global config