HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Piraty

no profile record

comments

Piraty
·2 เดือนที่ผ่านมา·discuss
which is in fact by Max Levchin: https://max.levch.in/post/724289457144070144/shamir-secret-s...
Piraty
·2 เดือนที่ผ่านมา·discuss
there is more to your choice of terminal emulators than pure memory usage.

https://lwn.net/Articles/749992/

https://lwn.net/Articles/751763/
Piraty
·3 เดือนที่ผ่านมา·discuss
every sunday
Piraty
·4 เดือนที่ผ่านมา·discuss
https://blog.dshr.org/2025/03/archival-storage.html
Piraty
·4 เดือนที่ผ่านมา·discuss
there is electron already. https://news.ycombinator.com/item?id=14087381
Piraty
·5 เดือนที่ผ่านมา·discuss
related (2022): DensePose From WiFi https://arxiv.org/abs/2301.00250
Piraty
·5 เดือนที่ผ่านมา·discuss
solved long ago. https://github.com/jirutka/doas-sudo-shim/
Piraty
·5 เดือนที่ผ่านมา·discuss
well done. this brought up fond memories of crackme communities in the early web... looking at asm callgraphs in ollydbg ... I just found my +20y old patch.exe that 'NOP's the correct address of a popular windows archive handling software just to get rid of its nag screen ;-)
Piraty
·5 เดือนที่ผ่านมา·discuss
yes, i found conan appears to have lax rules regarding package maintenance which leads to incosistent recipes
Piraty
·5 เดือนที่ผ่านมา·discuss
very related: https://michael.orlitzky.com/articles/motherfuckers_need_pac...
Piraty
·6 เดือนที่ผ่านมา·discuss
i write in markdown, use lowdown + make to build html, push the html to a branch that my hoster serves from : https://piraty.dev/
Piraty
·6 เดือนที่ผ่านมา·discuss
I was involved in a very similar situation once. I recommend wireguard for this, it's mature for years, has superb support in linux and some BSDs and there are userspace implementations if you need that. It wraps traffic in UDP, the overhead is much smaller thus throughput mich higher than traditional TCP-based VPN (you want to avoid tcp-in-tcp!). There were once patches posted to lkml that passed QoS-flags from the inner packet to the wireguard packet, if you need that. not sure if that landed upstream in the end. key distribution and lifecycle management is what was still unsolved years back when this was evaluated, nowadays tailscale and its clones and similar oss should serve you well.
Piraty
·6 เดือนที่ผ่านมา·discuss
install ublock-origin, right-click on the element, choose the new 'block element...' option, preview, verify, create .done.
Piraty
·6 เดือนที่ผ่านมา·discuss
> Web development is hard.

no it's not.

you all make it hard by bloating your sites with Jenga tower abstractions for styling, needlessly load content dynamically via Jenga tower javascript libraries that pulls complexity into frontend and most of the time puts unnecessary load on the content generator ("backend") too. I don't know a lof of sites where that actually makes sense, as web === text.

When html5 came about, along with CSS3, it was such a big leaf in terms of ease of use and accessibility. I argue that what most websites do to my taste nowadays can be achieved by early-stage html5+css3+ a few svg.

Nowadays on about 50% of websites it have to * enable 3rd-party JS just to get the text * enable massive amounts of 3rd-party JS to get the images * enable remote fonts just to grok your pathetic icon-only menu or even spot the 'search' feature (it's not even a 'button' most of the time) because you didn't care to use a proper <img> or <svg>
Piraty
·6 เดือนที่ผ่านมา·discuss
remember the times when common sense was to not accept the remote site's fonts, and thus web devs should not use them
Piraty
·6 เดือนที่ผ่านมา·discuss
i usually use subshells and a project specific shell script to not have variables linger around in long-lived shell processes: ` ( . ./credentials && PW="$CRED_PW" ./the_thing ) ` so credentials can be retrieved via pass or whatever mechanism provides them.

related: https://news.ycombinator.com/item?id=43721228
Piraty
·7 เดือนที่ผ่านมา·discuss
It's always good to write tests with the "The Enterprise Developer from Hell" in mind: https://fsharpforfunandprofit.com/posts/property-based-testi...
Piraty
·7 เดือนที่ผ่านมา·discuss
exactly the reason why you NEVER should copy-paste code from a website into your terminal, even if that has paste protection (https://lwn.net/Articles/749992/)
Piraty
·8 เดือนที่ผ่านมา·discuss
a look at terminal emulators

https://lwn.net/Articles/749992/

https://lwn.net/Articles/751763/
Piraty
·9 เดือนที่ผ่านมา·discuss
If they (and every public body doing the same move) now start donating 50% of their previous costs to the FOSS projects they, that would most notably put mozilla in a much better position to not have to bow to google money and go down the route they did lately.