which is in fact by Max Levchin: https://max.levch.in/post/724289457144070144/shamir-secret-s...
HN user
Piraty
https://piraty.dev/
there is more to your choice of terminal emulators than pure memory usage.
every sunday
there is electron already. https://news.ycombinator.com/item?id=14087381
related (2022): DensePose From WiFi https://arxiv.org/abs/2301.00250
solved long ago. https://github.com/jirutka/doas-sudo-shim/
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 ;-)
yes, i found conan appears to have lax rules regarding package maintenance which leads to incosistent recipes
i write in markdown, use lowdown + make to build html, push the html to a branch that my hoster serves from : https://piraty.dev/
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.
install ublock-origin, right-click on the element, choose the new 'block element...' option, preview, verify, create .done.
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>
remember the times when common sense was to not accept the remote site's fonts, and thus web devs should not use them
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.
It's always good to write tests with the "The Enterprise Developer from Hell" in mind: https://fsharpforfunandprofit.com/posts/property-based-testi...
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/)
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.
don't tell author about new meta glasses everybody and their grandma will wear 24/7 in 10y. https://news.ycombinator.com/item?id=45283306
you could just have read the abstract instead
so, everybody wearing this in europe will hand out 'may i take photographs of you or your property'-forms + 'do you agree to Facebook's TOS, as your photographs will be uploaded to and processed by them'-forms prior to using this in public? just like owners of all the rolling surveillance stations (some still call them EV) do?
spy state actor's wet dream comes even more true with this, even more than with already overly de-privaciced public spaces.
git pull. too often i found breake so i inspect git-log message prior to update, git-bisect came in handy once
25M ? lol . the venv is 6.9G
htc HD mini was the perfect form factor
less javascript + less dynamically loaded/changed content is the solution to web accessibility
One china company actually named its surveillance software "Skynet" [1]
I do use a Pinephone (not pro) for 5y now. I switched to the "stable" branch of pmos 2y ago which made my life siginicantly more hassle free. Note that pmos support for pinephone (not pro) degraded in recent stable release, so i recommend to not run 24.12 but the prior version. you will still get occasional updates from the stable alpine branch it's based on (which makes 99% of available packages anyway).
VoLTE works fine (phosh with gnome-calls)
feel free to ask questions you may have