Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
MD87
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Backblaze Account Takeover
(fyr.io)
2 points
by
MD87
5mo ago
|
0 comments
2.
▲
by
MD87
7mo ago
First widely available one I saw was this: https://modern-css.com/staggered-animations-without-nth-chil... That would actually fix some ugly CSS I have. The demo works. Neat. Except... the demo doesn't use either the o
3.
▲
by
MD87
8mo ago
... also some parts are Apache, and the wording around the AGPL bit is very weird: > ... licensed to use source code to create compiled versions ... Why's it calling out compiling specifically? Are they trying to imply you can'
4.
▲
by
MD87
8mo ago
The bug is somewhat interesting. The entire "Gradual recovery" part of the post makes absolutely no sense, and is presumably an LLM fabrication. That's just... not how anything works. And deploying three different weird littl
5.
▲
We trust strangers' open source more than our colleagues'
(00f.net)
21 points
by
MD87
1y ago
|
5 comments
6.
▲
by
MD87
1y ago
I totally get how LLMs can help you write, especially in the collaborative way described. But as a reader do I actually want to read that? Maybe for documentation or something it's fine, but if you're trying to convey an opinion o
7.
▲
by
MD87
1y ago
The difference is that `ls` is specified in POSIX and everyone has roughly the same expectations of what it does. Nothing specifies what a binary called `sl` does. The user didn't "overwrite" anything. They just had an `sl` b
8.
▲
by
MD87
2y ago
Any kind of third-party what's hot/trending feed seems to. I guess they get a lot of likes in certain circles... e.g. https://bsky.app/profile/did:plc:dbipwza2663x6hfp2purbn7i/fe...
9.
▲
by
MD87
2y ago
Presumably you need to be connected to wifi to obtain games, so that's not a great answer. I also found the scoreboards surprising. I wouldn't expect a Gameboy-like device to be reporting things back to a server. I don't have
10.
▲
by
MD87
3y ago
> I need to think about this, but for sure the clues will be refined to encourage this. Right now, there are only a couple of types of clues and they don't feel very organic. Yes, with some more varied clues I can see how it could b
11.
▲
by
MD87
3y ago
It's a cool idea but it fell a bit flat for me. > However, it's important to note that every clue you view will have an impact on your overall score. Exercise caution and strategic thinking as you navigate through the evidence
12.
▲
by
MD87
4y ago
One of the Jekyll plugins that GH Pages supports[0] is jekyll-redirect-from, which lets you put a `redirect_to` entry in a page's front matter. [0]: https://pages.github.com/versions/
13.
▲
by
MD87
4y ago
But you can also say: "Do you know what 11:59PM means? 12:00PM is one minute after that" Midday and midnight are the points at which AM/PM change and you can't logically differentiate them by appending AM or PM. You just
14.
▲
by
MD87
5y ago
So the "Terms of Service & Privacy" link doesn't work, and apparently it's a paid subscription service but you don't find that out until you've signed up and tried activating an API key? I'm sure these
15.
▲
by
MD87
5y ago
There's a much more sensible C# merge sort implementation in the same repo as the oddly-over-the-top one linked in the article, which is very very close to the PHP one: https://github.com/TheAlgorithms/C-Sharp/
16.
▲
by
MD87
5y ago
Docker images actually contain the timestamp each layer was built at, so are basically de-facto non-reproducible. Buildah from Red Hat has an argument to set this programmatically instead of using the current date, but AFAIK there's no
17.
▲
by
MD87
5y ago
Same for me using desktop Firefox. Just an error in the console, nothing renders: TypeError: e is null P App.tsx:36 React 2 Fn App.tsx:31
18.
▲
A new way of blogging about Golang
(blog.klipse.tech)
21 points
by
MD87
5y ago
|
7 comments
19.
▲
by
MD87
5y ago
No-one needs to be defrauded to make out an offence of Fraud in the UK. "Fraud by false representation" happens when someone dishonestly makes a false representation with the intent to make a gain for themselves or another. Making
20.
▲
by
MD87
5y ago
Merit badges and achievements are boolean: you don't have them, then you do a thing, and suddenly you do. Learning something tends to be a gradual uphill climb: through practice and repetition you slowly become better. There are very f
21.
▲
Reverse Engineering an Arctis Pro Wireless Headset
(chameth.com)
3 points
by
MD87
5y ago
|
0 comments
22.
▲
How to break everything by fuzz testing
(chameth.com)
155 points
by
MD87
6y ago
|
37 comments