Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Pathogen-David
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Pathogen-David
1y ago
Ahh, that's the worst. Hopefully you realized your mistake sooner rather than later.
2.
▲
by
Pathogen-David
1y ago
If you're curious: An API is more or less just the communication boundary between two pieces of software. A common sign of a bad API (including this one) is when it presents data in an overly human-centric way rather than something mor
3.
▲
by
Pathogen-David
1y ago
If the GitHub Actions temporary token does not have workflow-defined permissions scope, it defaults either to a permissive or restricted default scope based on the repository's setting. This setting can also be configured at the organi
4.
▲
by
Pathogen-David
2y ago
You might find value in the glTF sample renderer https://github.com/KhronosGroup/glTF-Sample-Renderer It won't be plug and play since you'd have to pull out the shaders and make them work in your app, but the
5.
▲
by
Pathogen-David
2y ago
I just checked and the curl.exe on my system does not export any symbols, so not in this case. It is possible to do that in the general sense though.
6.
▲
by
Pathogen-David
2y ago
The context menu item for duplicating tabs might be new, but you've been able to middle-click the refresh button to duplicate the current tab for quite some time now.
7.
▲
by
Pathogen-David
2y ago
Have you heard of eMOTIONAL Cities by any chance? https://emotionalcities-h2020.eu/ It's basically an ongoing large-scale research project working to quantify the way people experience city spaces from a neuroscience p
8.
▲
Creating invariant floating-point accumulators
(solidpixel.github.io)
40 points
by
Pathogen-David
2y ago
|
30 comments
9.
▲
by
Pathogen-David
2y ago
Doesn't seem like they do. They attempted to acquire them back in 2009 but it didn't work out.
10.
▲
by
Pathogen-David
2y ago
> but since an indeterminate amount of time ago, it just stopped working for me. Updating both Git and Git Extensions has seemingly fixed it for me, but the issues I was having were sporadic so maybe I've just been lucky
11.
▲
by
Pathogen-David
2y ago
It doesn't change the output encoding by default, but if you manually set it to UTF8 it works. (IE: Console.OutputEncoding = System.Text.Encoding.UTF8;) That might be all you need to fix the F# REPL too.
12.
▲
by
Pathogen-David
2y ago
I recently learned that some Google TVs have a “Basic Mode” that removes all the smart crud. https://www.androidcentral.com/new-google-tv-feature-will-le... I haven’t had a chance to look into it further so I don’t know if
13.
▲
by
Pathogen-David
2y ago
It looks like the audio samples have disappeared since 2017, but they're available on the Wayback Machine for those who want to listen: https://web.archive.org/web/20170831162900/https://www.vinci...
14.
▲
Running Doom on the BMW Displaykey (2021)
(crowell.biz)
2 points
by
Pathogen-David
2y ago
|
0 comments
15.
▲
by
Pathogen-David
3y ago
Yeah, according to https://book.mixu.net/ this was written in 2015, at nine years old I'd be worried about this not being super useful for modern CSS.
16.
▲
by
Pathogen-David
3y ago
Here's a separate press release from PlayStation Studios has more details: https://sonyinteractive.com/en/news/blog/an-important-update... In particular it lists some other studios not mentioned in this
17.
▲
by
Pathogen-David
3y ago
Love the concept! It'd be cool if it was self-hostable, it'd be nice for monitoring certs in my homelab.
18.
▲
by
Pathogen-David
3y ago
If an app or website exclusively uses third-party logins I generally won’t even use it. In general I don’t appreciate anything that tries to get cute about account creation. (However I agree with the other comment about HN not being represe
19.
▲
by
Pathogen-David
3y ago
I counted 14 out of 30 links on the front page back then still work and appear to refer to the same article / something relevant to the original submission. Link rot is always disappointing, but I actually expected it to be far worse f
20.
▲
by
Pathogen-David
3y ago
If anyone wants to learn more about the older OM-84 model mentioned multiple times on this page, David Hilowitz has a fantastic video about it and its history: https://www.youtube.com/watch?v=pAIar0O-yvg
21.
▲
by
Pathogen-David
3y ago
Up and Atom recently made a great video explaining this class of problems and some of the algorithms for solving it: https://youtu.be/fvM8ow6zNw4
22.
▲
by
Pathogen-David
3y ago
Certain parts of Microsoft Learn are permissive, most .NET/C# documentation is Creative Commons Attribution: * Conceptual docs: https://github.com/dotnet/docs * BCL: https://github.com/dotnet/
23.
▲
by
Pathogen-David
3y ago
This rant could've easily been written by me. I have a very strong mental model of what should happen when I press keys on the keyboard, and when that diverges from what's visible on the screen everything in my brain grinds to a h
24.
▲
by
Pathogen-David
3y ago
You can generate them using Graphviz's circo layout engine. https://graphviz.org/docs/layouts/circo/ According to them/Wikipedia, the layout's name is simply "circular layout". https
25.
▲
by
Pathogen-David
3y ago
Unfortunately even ordering the book on its own isn't a sure-fire way to get it well-packaged. The last several books I've bought were shipped in a thin paper bag (or a bubble mailer if I was lucky.) As someone who takes care of t
26.
▲
by
Pathogen-David
3y ago
If you want to stick to more natural Markdown syntax, I believe you should be able to use a Hugo render hook[0] to change how normal Markdown links are rendered instead of using a custom shortcode. [0] https://gohugo.io/temp
27.
▲
by
Pathogen-David
3y ago
Ooh, thank you for sharing! This has given me a few things I should look into improving with my setup.
28.
▲
by
Pathogen-David
3y ago
> Many Laptop screens are in fact 6-bit panels performing dithering to fake an 8-bit output. This includes even high-priced workstations replacements, like the HP Zbook Fury 15 G7 and its 6-bit LCD panel, that I sit in front of right now
29.
▲
by
Pathogen-David
3y ago
Another useful tool is https://www.learndmarc.com/ -- I found the presentation very helpful when I was finally getting on the DMARC train a while back.
30.
▲
by
Pathogen-David
3y ago
I think a lot of people here are missing an important point here that Apple has always been fairly ambiguous about what their level of support is for older devices beyond major feature updates. If it weren't for a friend giving me his
More ›