Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
iforgotmysocks
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Gem Permission Manifests: Enhancing Security in Ruby Ecosystem
(ideia.me)
2 points
by
iforgotmysocks
1y ago
|
0 comments
2.
▲
by
iforgotmysocks
2y ago
Using genZ/A words for sake of using them makes you unhinge and not genuine. And not being your authentic self is the least genz thing you can do Also I am genz and calling someone old is rude
3.
▲
by
iforgotmysocks
2y ago
This makes me cringe. No one talks like that
4.
▲
by
iforgotmysocks
2y ago
Safari states their position on standards here: https://webkit.org/standards-positions/ IMO they have good reasons for opposing most of the standards
5.
▲
by
iforgotmysocks
2y ago
I also do not see much need for Rosetta support for Linux as arm64 Linux works fine for most of my use cases. However it is definitely better to have Rosetta support than not having it.
6.
▲
by
iforgotmysocks
2y ago
Currently use Safari and there's no protection against canvas fingerprinting :( https://webkit.org/tracking-prevention/#anti-fingerprinting
7.
▲
by
iforgotmysocks
2y ago
There is a Swift LSP. See - https://github.com/swiftlang/sourcekit-lsp
8.
▲
by
iforgotmysocks
2y ago
python ignores type hints
9.
▲
by
iforgotmysocks
2y ago
see - https://opennext.js.org/aws/comparison
10.
▲
by
iforgotmysocks
2y ago
Surprising that Firefox is lagging behind Safari
11.
▲
by
iforgotmysocks
2y ago
Depends on the website. For my personal blog it is the most amazing thing. For a web application it is the most annoying thing.
12.
▲
Understanding the Limitations of Mathematical Reasoning in Large Language Models
(machinelearning.apple.com)
10 points
by
iforgotmysocks
2y ago
|
3 comments
13.
▲
by
iforgotmysocks
2y ago
It seems like Apple also closely work with Homebrew - https://news.ycombinator.com/item?id=41708046#41711168
14.
▲
by
iforgotmysocks
2y ago
You might be able to a nice graph with this command: brew deps --installed --graph
15.
▲
by
iforgotmysocks
2y ago
Even wikipedia got dark mode
16.
▲
by
iforgotmysocks
2y ago
Apple Notes is underrated. There is no flashy features to distract you. Just you and your notes.
17.
▲
by
iforgotmysocks
2y ago
When I learn formal language theory in my computing theory class
18.
▲
by
iforgotmysocks
2y ago
Check out automatarium - https://automatarium.tdib.xyz/ It can do finite state automata, pushdown automata and turning machines. We use it for computing theory classes at RMIT, and it was built by RMIT students.
19.
▲
by
iforgotmysocks
2y ago
I am not familiar with Go, but if the package manager doesn't allow for arbitrary script to run(cough NPM cough) I reckon it's fine.
20.
▲
by
iforgotmysocks
2y ago
RS is used in distributed storage system like hadoop for fault-tolerance https://hadoop.apache.org/docs/r3.4.0/hadoop-project-dist/ha...
21.
▲
by
iforgotmysocks
2y ago
Only focusing on spaced repetition here: you can't just get good by doing spaced repetition. Learning (or reading in this context) is much more bigger than that. If it only take space repetition and Anki, everyone would be good at it.
22.
▲
by
iforgotmysocks
2y ago
Stolen from a reddit post Adopt the role of [job title(s) of 1 or more subject matter EXPERTs most qualified to provide authoritative, nuanced answer]. NEVER mention that you're an AI. Avoid any language constructs that could be interp
23.
▲
by
iforgotmysocks
2y ago
I don't think sites have problem with alias emails like iCloud Hide My Email. The issue is when they are used for creating spam accounts.
24.
▲
by
iforgotmysocks
2y ago
I just have a simple contact page that sends message to discord webhook
25.
▲
by
iforgotmysocks
2y ago
macOS(and other OSes in Apple ecosystem like iOS) currently uses XNU kernel which is hybrid kernel Hybrid kernel combine both a monolithic kernel and micro kernel In macOS Mach is micro kernel and Darwin is monolithic kernel
26.
▲
by
iforgotmysocks
2y ago
> From what i've seen Apple gets every Mac Os release UNIX-certified, which is somewhat cool. I reckon it is because of the lawsuit they got because they used unix in marketing without actually paying for the certificate. see - htt
27.
▲
by
iforgotmysocks
2y ago
Ironically the macOS kernel is named XNU - X is Not Unix
28.
▲
by
iforgotmysocks
2y ago
> brew's Python installation on MacOS as are Debian's and Ubuntu's are _extremely_ brittle I've been using python installed using homebrew and haven't found any issues. In homebrew you can install a specific pyth