Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lufte
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
lufte
2y ago
I recently had the need to subscribe to changes to a Github repo and it turns out it provides a feed for them. For rust master branch, for example, subscribe to https://github.com/rust-lang/rust/commits/master
2.
▲
by
lufte
2y ago
Whatsapp works even if you choose not to install Google Services. You can download the apk directly from https://www.whatsapp.com/download .
3.
▲
by
lufte
2y ago
"about" didn't work for me but "help" did.
4.
▲
by
lufte
2y ago
See also: https://github.com/streetcomplete/StreetComplete
5.
▲
by
lufte
2y ago
Isn't it possible to write memory-safe code in modern C++?
6.
▲
by
lufte
2y ago
Who says they don't? Edit: never mind, just noticed it.
7.
▲
by
lufte
2y ago
Is this "US timezones" or "US only"?
8.
▲
by
lufte
3y ago
Installing LineageOS does not imply losing access to Google services and the Play Store.
9.
▲
by
lufte
3y ago
Not in GOG, for some reason.
10.
▲
by
lufte
3y ago
You should interview her!
11.
▲
by
lufte
3y ago
QtWebKit is not recommended but it is still available if you want it: https://qutebrowser.org/doc/help/settings.html#backend . There is a ticket to remove it completely which is now targeted for V4 ( https:/&#
12.
▲
by
lufte
3y ago
https://osgameclones.com/
13.
▲
by
lufte
4y ago
I like Drew's take on this https://drewdevault.com/2019/01/23/Why-I-use-old-hardware.ht...
14.
▲
by
lufte
4y ago
It should be possible to build a mastodon server that provides a gemini interface.
15.
▲
by
lufte
4y ago
I would say they are useful, specially against a relational database, when you have a ever-growing or dynamic amount of different entity types that are all related between each other. With a knowledge graph you only don't need to creat
16.
▲
by
lufte
4y ago
Offtopic: I'm seeing a trend of titles that, as a non native English speaker, always confuse me and take me a good couple of seconds to finally understand. This is one of them. It's like they use a comma where I would expect an &q
17.
▲
by
lufte
4y ago
Good stuff. I wonder if there's a way to "detect" ASCII art automatically by crawling open source repositories.
18.
▲
by
lufte
4y ago
Oh I'm definitely copying this idea!
19.
▲
by
lufte
4y ago
It's not clear from the website's home page what is the difference with the original version hosted at sourceforge. This page explains it: https://robocode-dev.github.io/tank-royale/articles/tank-roy...
20.
▲
by
lufte
4y ago
Good tip. My device doesn't have any official build newer than 17.1 so I may need to start building my own images.
21.
▲
by
lufte
4y ago
My motivation has usually been to add features/fixes that *I* would consider useful for my particular use cases, and most times it's for software I use in my personal time or personal projects. Expecting to get paid for your first
22.
▲
by
lufte
5y ago
I have the exact same one. Here's the film that works with it https://us.polaroid.com/collections/film-for-polaroid-600-ca... .
23.
▲
by
lufte
5y ago
Write a CHIP-8 emulator. I followed this [1] language-agnostic guide. It covers all the details and oddities without actually giving you the code, so you still need to make the effort to get the result. [1] https://tobiasvl.githu
24.
▲
by
lufte
5y ago
> I don't really know, but since there are no manufacturers that built good TrackPoints I think its either hard or there really is no demand (sadly more likely). Those are good points. I'm thinking there could be patents involv
25.
▲
by
lufte
5y ago
What would be the requirement for someone to build a trackpoint for the Framework laptop? Would they need to design a whole new keyboard plus a touchpad with the three buttons?
26.
▲
by
lufte
5y ago
Interesting. I don't know of any similar option in Python's json module, which is the one that I mostly use, but good to know this exists.
27.
▲
by
lufte
5y ago
Parsing a CSV can be done in a line-per-line basis, while a an array of arrays in JSON is not valid until you reach the end. How would any existing JSON parser handle 75GB of data in a single array of arrays?
28.
▲
by
lufte
5y ago
Got it, thanks for the thorough response. I guess that, regardless of this, there is still an ownership difference between the multiple levels in your example, and the ownership difference between a TLD and a SLD. In your example, nsw.gov.a
29.
▲
by
lufte
5y ago
I'm having trouble understanding your example. Who is the correct owner of dev.app.org.dept.nsw.gov.au and how does Let's Encrypt get it without the use of such list?
30.
▲
by
lufte
5y ago
Interesting. Do you have that work available anywhere?
More ›