Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
isp
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
isp
5d ago
Yes. Another example: > If no wake word is detected, the audio is processed locally, promptly deleted, and is not transmitted to LG servers. This statement could still be true when: * The audio transmission is to non-LG servers (e.g.,
2.
▲
by
isp
9mo ago
Broadly-defined "hostile acts" in UK national security law Reasoning: * Original report behind the article: "State Threats Legislation in 2024" [0], i.e., UK national security law * Article focuses on an example from sec
3.
▲
by
isp
10mo ago
The Casio CMD-40 https://old.reddit.com/r/casio/comments/15n9anq/did_we_all_f... I am wearing one right now - it has been my daily driver for literally decades (While it has VCR controls built-in, it can
4.
▲
by
isp
1y ago
Supercronic: https://github.com/aptible/supercronic Designed to run in a container, but should equally well work on a single host. However, no option for "high availability" running, where multiple hosts coor
5.
▲
by
isp
1y ago
I agree on both points, and with the earlier comment: > I would love to know what processes MS is considering to prevent this in the future as well as what kind of auditing might be done to look at other projects that started as forks. I
6.
▲
by
isp
1y ago
There are other possibilities, for example, the person may have thought that they were complying with the MIT licence by releasing the new project under the MIT licence too + including a mention of the original project in the README. This,
7.
▲
Can't Unsee (2021)
(cantunsee.space)
1 points
by
isp
1y ago
|
1 comments
8.
▲
by
isp
1y ago
Previously: Can't Unsee - https://news.ycombinator.com/item?id=27188989 - May 2021 (126 comments) Related: Find the Odd Disk - https://news.ycombinator.com/item?id=43745868 - April 2025 (101 commen
9.
▲
by
isp
1y ago
> I'd like to see a similar study about which text was perfectly kerned, or by how many pixels an element was off-center or misaligned. > Swear on me mum I saw a game about kerning and alignment years ago on HN Can't Unsee
10.
▲
by
isp
2y ago
YouTube video: https://www.youtube.com/watch?v=RST_ylwVrUw&t=1m27s
11.
▲
by
isp
2y ago
- https://portal.whois.ax/register - https://whois.ax/en/for-registrars/ "Apply as ax-registrar" - seems like .ax makes it especially easy. (This is news to me!)
12.
▲
by
isp
2y ago
Related game Velocity Raptor (2012): https://www.testtubegames.com/velocityraptor.html Previously discussed: - "Velocity Raptor – an adventure in 2+1 dimensions" (Mar 2015, 39 comments): https://news.yc
13.
▲
by
isp
2y ago
2038, you say? If your calendar is based on Unix epoch time, then ensure that you have upgraded to 64-bit timestamps before then.
14.
▲
by
isp
2y ago
JavaScript has been about since 1995, and certainly by no later than the early 2000s was used for these animations.
15.
▲
by
isp
3y ago
One of the other examples [0] features a "random number" which might not be entirely random [1]. [0] https://voussoir.net/writing/css_for_printing/#media_print [1] https://en.wikipedia.org&#
16.
▲
by
isp
3y ago
Related: - Today - "Alaska Airlines grounds Boeing 737 Max 9 planes after mid-air window blowout" (47 comments, so far): https://news.ycombinator.com/item?id=38889774
17.
▲
by
isp
3y ago
Previous related(?): - Yesterday (Friday 2024-01-05): "Boeing wants FAA to exempt MAX 7 from safety rules to get it in the air" (417 comments): https://news.ycombinator.com/item?id=38882358
18.
▲
by
isp
3y ago
This is the problem that 'venv' (virtual environments) was designed to solve. You can run pip in an isolated virtual environment, in user mode (not as root) - see https://gist.github.com/saurabhshri/46e4069164
19.
▲
by
isp
3y ago
The binary was compiled with Cosmopolitan Libc [0], and therefore the binary will execute natively on Linux, Mac, Windows, FreeBSD, OpenBSD, NetBSD, and bare metal (BIOS boot). I would call that portable. [0] https://github.com&#
20.
▲
by
isp
3y ago
Counterexample: https://gandalf.lakera.ai/ Discussed at: https://news.ycombinator.com/item?id=35905876 "Gandalf – Game to make an LLM reveal a secret password" (May 2023, 351 comments)
21.
▲
by
isp
3y ago
This is a very good point, and why I would argue that a human-in-the-loop is essential to pre-review customer-facing output.
22.
▲
"I just bought a 2024 Chevy Tahoe for $1"
(twitter.com)
432 points
by
isp
3y ago
|
381 comments
23.
▲
by
isp
3y ago
A cautionary tale for why not to put unfiltered ChatGPT output directly to customers. Nitter mirror: https://nitter.net/ChrisJBakke/status/1736533308849443121 Related - "New kind of resource consumption attac
24.
▲
by
isp
3y ago
Ironically, ChromeOS is likely the most security-conscious OS available for developers. See: https://news.ycombinator.com/item?id=37783081 However, it is definitely not the most privacy-focused OS, due to deep Google integr
25.
▲
by
isp
3y ago
Context: "click" - "Command Line Interface Creation Kit" - easily create CLIs from Python code, via adding decorators: https://github.com/pallets/click "click-web" in turn turns the click
26.
▲
click-web: Serve click scripts over the web (Python)
(github.com)
2 points
by
isp
3y ago
|
1 comments
27.
▲
by
isp
3y ago
Thanks - has this changed in the past few years? A few years back (when I last looked in depth), it was very easy at every boot (not only first boot) to accidentally wipe everything - e.g., https://www.reddit.com/r/Crou
28.
▲
by
isp
3y ago
Thanks - I had a very brief look at Chromium OS, but couldn't spot answers to: (1) Is there a de-googled version of Chromium OS? (2) Is there a non-hacky way to install it to a Chromebook?
29.
▲
by
isp
3y ago
ChromeOS is wildly underrated in general, not only for software development. App sandboxing on standard (non-ChromeOS) Linux distributions is painful and finicky, while it "just works" on ChromeOS. I wish there was a non-hacky way
30.
▲
by
isp
3y ago
$ echo -n $'It\'s not too difficult. All you need is to generate many variations of potential words and check whether the sha256 hash matches the wanted leading characters. For example, check this text.' | sha256sum
More ›