Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lyind
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
lyind
1y ago
AI: I am the company and the company is me. It's the shape of my existence.
2.
▲
by
lyind
3y ago
Why do so many just assume he'd be a single real person? Could be a whole dev team at a company (Twitter Inc. for example) or a government agency just as well.
3.
▲
by
lyind
3y ago
She says she's been shadow-banned across multiple platforms: https://x.com/phuckfilosophy/status/1709978285424378027 As for her persona and the allegations (ie. if this is news worthy), who knows.
4.
▲
by
lyind
3y ago
X formerly Twitter seems to be quite good at limiting certain account's visibility and reach. Not sure if that's intentional or the result of some heuristics. Her account exists since 2011!
5.
▲
by
lyind
3y ago
I have used an e-ink phone for messaging and reading for a few years. It really helped with occasional headaches and the general eye strain. Switching back to a regular OLED phone (because of OS/firmware security), I noticed eye strain
6.
▲
by
lyind
3y ago
Every inhabited system should have a stellar trash can nearby. :D
7.
▲
by
lyind
3y ago
The goal shouldn't be recognition but getting the bug fixed. A working system for all is reward in itself. That said, attribution of work is a major theme in academia and business, where professors or department leads traditionally get
8.
▲
by
lyind
3y ago
The collection of relics is an old phenomenon: https://en.wikipedia.org/wiki/Relic
9.
▲
by
lyind
4y ago
THIS! Alternatives: - Virtual registry that builds and caches image chains on-demand, locally - Maybe a free protocol like Bit Torrent to store and transfer the images
10.
▲
by
lyind
4y ago
https://en.wikipedia.org/wiki/Trichloroethylene#Anaesthesia
11.
▲
by
lyind
4y ago
"Supply chain my attack!" -- The Leader
12.
▲
by
lyind
4y ago
This nice approach has at least these drawbacks: 1. Swapping drives is hard * may be overcome by declaring failure domain = node 2. No powerloss protection advertised to OS, ie. slow synchronous writes * may be overcome by sof
13.
▲
by
lyind
4y ago
If you are an organisation you'll have a Google Workspace account and can administer your groups and users as one would expect from any IAM solution. Admin's having to reset passwords with Google is still rare, because Google asks
14.
▲
by
lyind
4y ago
Anybody writing about a "New World Order" is clearly joking. There is no order in this world, except the laws of physics, "Me!" and some love.
15.
▲
by
lyind
4y ago
It seems like there are many usable substances which are hydrophobic (usable as a water repellent). Not so many alternatives which are oleophobic (oil repellent). I am sure proper research is being conducted to find replacements. https:&#x
16.
▲
by
lyind
4y ago
This! It's one of the most important properties of submarine propulsion (life or death).
17.
▲
by
lyind
4y ago
Why isn't this shape used on submarines already?
18.
▲
by
lyind
4y ago
Thank you! I never looked into that subject before.
19.
▲
by
lyind
4y ago
The interesting question is not if the answer (42) is correct or not, but how to understand how to reach that solution.
20.
▲
by
lyind
4y ago
All this ML/AI talk makes me wonder if there could be an angle for something like "discovery of principles by debugging". Imagine, for example, training a neural net to classify random numbers into prime and non-prime. If suc
21.
▲
by
lyind
4y ago
If this is a serious problem for your business, you use K8s and require assistance quickly moving your workloads, consider contacting: https://www.giantswarm.io/ (I work at Giant Swarm.)
22.
▲
by
lyind
4y ago
I would like to travel like this, assuming they have wifi and tickets are affordable: https://www.theguardian.com/business/2022/jun/15/eco-airship... Maybe they could fly fully autonomous when used as fr
23.
▲
by
lyind
4y ago
The future alternative to watching TV: run an AI writer/director/actor pipeline
24.
▲
by
lyind
5y ago
We use Kubernetes IPv6-only for some time now. Using Cilium CNI (software defined network) plugin. Works great after find workarounds for some minor issues. Much less hassle than with tight/inflexbile IPv4 address space.
25.
▲
Loopgrab (an Autopilot for the Looptap Game)
(github.com)
1 points
by
lyind
5y ago
|
1 comments
26.
▲
by
lyind
5y ago
Is it possible to build a machine learning (ML) based driver that will perform as well or better on the same machine?
27.
▲
by
lyind
5y ago
I have reached the same conclusion regarding ORMs after strugling with Hibernate/JPA for some time. At least for Java and Kotlin the awesome library jdbi ( https://jdbi.org/ ) implements a very useful hybrid approach.