Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
qrobit
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
qrobit
13d ago
What was the deal with .org? EDIT: seems like Ethos Capital private equity firm wanted the .org registry, and Xavier Becerra (Attorney General of California at the time) wrote a letter that played major role in transaction being rejected &g
2.
▲
by
qrobit
29d ago
I believe the complete HTML version is right below the "Download PDF" button. Also I bet you could reproduce the cheatsheet using this HTML converted to markdown and some example from how other Posit (formerly RStudio) cheatsheets
3.
▲
by
qrobit
1mo ago
https://youtu.be/-zRN7XLCRhc?t=2305
4.
▲
by
qrobit
2mo ago
Same can be said about loopback device in general. Why do you need to use networking when you are literally on the same device and can use binder/dbus and friends with native apps? Shizuku uses Binder AFAICS[^1]. Looking deeper it seem
5.
▲
by
qrobit
2mo ago
Arguably PCIe lanes the thunderbolt exposes are a differentiating factor, not the maxed-out specs that "plain" usb-c cables can have. Although to be fair, I've never used the PCIe lanes on thunderbolt ports.
6.
▲
by
qrobit
3mo ago
And it comes with tidyverse-like cheatsheet[1] that I confused with ggplot2 when first discovered plotnine [1]: https://github.com/rstudio/cheatsheets/blob/main/plotnine.pd...
7.
▲
by
qrobit
3mo ago
Sort of, there're more posts about graphene in the year 2026 & they get much more attention. Aggregated some data and plotted it with my agent: https://boop.icu/Pr.png
8.
▲
by
qrobit
3mo ago
That's what I wondered as well, whether it is a new implementation, or perhaps they still use their version of cups? Or maybe they use the forked openprinting cups? Would be nice if somebody knowledgeable with a mac device told whether
9.
▲
Apple's CUPS repo was archived
(github.com)
6 points
by
qrobit
3mo ago
|
3 comments
10.
▲
by
qrobit
3mo ago
The repo got archived in march, I wonder whether it means that Apple uses something other than CUPS on their devices? Quick search suggests they still use CUPS, but why would they archive the project then?
11.
▲
by
qrobit
3mo ago
previously https://news.ycombinator.com/item?id=46906947
12.
▲
by
qrobit
4mo ago
On nixos they're not, there's a single executable in /bin -- /bin/sh, and a single executable in /usr/bin -- /usr/bin/env
13.
▲
by
qrobit
4mo ago
Both are non-deterministic, both have some metric to optimise, one is specific and efficient, the other is too broad and very expensive
14.
▲
by
qrobit
4mo ago
Much older? Wikipedia says[^1][^2] java appeared in 1995 (started in 1991), while python appeared in 1991 (started in late 1980s). 4 years doesn't seem too far apart, considering both language are >30 years old now. [^1]: https:&#x
15.
▲
by
qrobit
4mo ago
He doesn't have a role at Facebook anymore AFAIK, although I can't find the source now. I remember hearing it was mostly due to filtering engine at Facebook being rewritten in Hack, so they don't have the need for Haskell peo
16.
▲
by
qrobit
4mo ago
Secure boot ensures the image you boot was not tampered with. You can't install keylogger without tampering with the image. If you wanted to install physical keylogger, you would need to open the device up, and at least my laptop provi
17.
▲
by
qrobit
4mo ago
> you don't have a colourblind person's 'profile' Why not? As far as my understanding of color blindness goes, you just need to find a precise transformation matrix and offsets to be able to correct any type of defici
18.
▲
Ask HN: How do you deal with color blindness?
2 points
by
qrobit
4mo ago
|
3 comments
19.
▲
by
qrobit
5mo ago
There should still be privacy concerns, especially with their demo which sends a POST on "Generate". The author suggests the model is 85kB of weights, which could run perfectly well in browser. > But with this software - the to
20.
▲
by
qrobit
5mo ago
I personally like marimo[^1], the developers rely heavily on AI tools afaict [^1]: https://github.com/marimo-team/marimo
21.
▲
by
qrobit
5mo ago
Just a reminder that even if you managed to amend those commits and force-push, the commits would still exist and will be addressable given the hash is known.
22.
▲
Electron Band Structure in Germanium, My Ass
(web.archive.org)
2 points
by
qrobit
6mo ago
|
0 comments
23.
▲
by
qrobit
6mo ago
Hackage recommends using Haskell's PVP[^1], but does not enforce it. That's why many haskell packages are a four-places versions: 3 required and fourth optional (but popular) that represents "other" changes, like documen
24.
▲
by
qrobit
6mo ago
Mostly true, but I personally have it turned of for duckduckgo and it shows me some ads with [ad] label. Actually if you wanted to disable ads there, you wouldn't even need an ad blocker, there's toggle in the settings
25.
▲
by
qrobit
7mo ago
It will be easy to check with devtools when the update is released
26.
▲
by
qrobit
8mo ago
I was surprised not to find cantata[1], another MPD graphical client, on the list. Used it for the past three years, despite it being unmaintained for quite some time now. The client is very featureful, allows downloading lyrics and covers
27.
▲
by
qrobit
8mo ago
Bubblewrap seems to be much more popular[^1], personally this is the first time I heard about landrun [1]: https://repology.org/project/bubblewrap/information https://repology.org/project/land
28.
▲
by
qrobit
8mo ago
I wanted to say Haskell with shh[^1] and stack's or nix's shebangs[^2][^3], but interpreted haskell is not particularly fast. Also I think a Python script is reasonable if you use a type-checker with full type annotations, althoug
29.
▲
by
qrobit
9mo ago
I would argue that the barrier to entry is on par with python for a person with no experience, but you need much more time with Haskell to become proficient in it. In python, on the other hand, you can learn the basics and these will get yo
30.
▲
Libinput 1.30 adds support for Lua plugins
(lore.freedesktop.org)
4 points
by
qrobit
10mo ago
|
0 comments
More ›