HackerTrans
TopNewTrendsCommentsPastAskShowJobs

itsgabriel

no profile record

Submissions

Google Search now lets you customize Top Stories with Preferred Sources

blog.google
2 points·by itsgabriel·11개월 전·0 comments

AMD abandons proprietary 3D graphics drivers for Linux

heise.de
4 points·by itsgabriel·작년·1 comments

Cascading Spy Sheets: Exploiting Modern CSS for Email and Browser Fingerprinting

publications.cispa.de
3 points·by itsgabriel·2년 전·0 comments

comments

itsgabriel
·3개월 전·discuss
I generally agree. If you're not doing it for money you don't technically need most of these things. But if you see open source as more than “here's the code” some of them matter. Support will find you, via GitHub issues, emails, or DMs. Analytics is really important because it shows whether the software works for people besides you. Without money you usually do not have playtesters or a UX designer, so you get fewer useful bug reports. Frustrated users rarely take the time to write a detailed issue.
itsgabriel
·6개월 전·discuss
Did you know about this workaround? Afaik it's still active https://peabee.substack.com/p/everyone-knows-what-apps-you-u...
itsgabriel
·9개월 전·discuss
There is a list of software with support here https://clapdb.tech/
itsgabriel
·11개월 전·discuss
as god indented, you mean?
itsgabriel
·11개월 전·discuss
Have you looked at something like Latex or Typst? They come with their own layout engine, so potentially less tedious work like specifying exact positions.
itsgabriel
·작년·discuss
Both Immich and PhotoPrism do have this feature: https://immich.app/docs/administration/system-settings#dupli... https://docs.photoprism.app/user-guide/library/duplicates/
itsgabriel
·작년·discuss
You may also enjoy Surface Stable Dithering: https://youtube.com/watch?v=HPqGaIMVuLs
itsgabriel
·2년 전·discuss
It's not a failure, it's big techs greatest feature. Try to imagine the likes of Windows, Office, Apple, AWS, Social Media etc. without lock-in, network effect or all the other names for missing interoperability.
itsgabriel
·2년 전·discuss
https://news.ycombinator.com/item?id=41764825
itsgabriel
·2년 전·discuss
How would profitability fail the company? Too expensive products won't be bought means no profit, but if you can get away with the price, you're not failing, are you?
itsgabriel
·2년 전·discuss
You might have switched up your threads, SO's decline is over here https://news.ycombinator.com/item?id=41376770
itsgabriel
·2년 전·discuss
I don't think this analogy works, the space laser is instant and does not spread to non-targets. Smoking does reduce the average life span, but not to zero. In the remaining time, healthcare costs are increased on top of anything expensive they'd develop naturally. Smoking also causes serious diseases in non-smokers and kills 1.3 million non-smokers per year. https://www.who.int/news-room/fact-sheets/detail/tobacco
itsgabriel
·2년 전·discuss
I don't quite get how this reactivity is only possible with a VDom, for example Svelte https://learn.svelte.dev/tutorial/updating-arrays-and-object... also allows you to update the UI on changes to the array.
itsgabriel
·2년 전·discuss
Contributions to a fork could be done under just the AGPL, without any CLAs (also to the original repo, but those won't be accepted). Then the entire fork is effectively AGPL only. I don't think any original CLAs would apply to the fork, unless the fork owner is the same legal entity/successor as defined in there. Same goes for the original authors, they'd need CLAs from all fork contributors.
itsgabriel
·2년 전·discuss
Funnily enough the docs are wrong, the GitHub CLI allows changing a forks visibility https://stackoverflow.com/a/78094654/12846952