Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
silok
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
silok
10mo ago
Well written imo, and many valuable lessons!
2.
▲
by
silok
1y ago
Explained at the end of the article: After a full month of coordinated, decentralised action, the number of articles about Mr. Woodard was reduced from 335 articles to 20. A full decade of dedicated self-promotion by an individual network
3.
▲
by
silok
1y ago
Perfect is a strong statement, I do not see that description on the github page?
4.
▲
by
silok
2y ago
I think this is a valid point, the tesla is not necessarily worse than humans. This whole test setup is built around the advantages of lidar which of course will detect the obstacle. Human driving through painted wall: https://ww
5.
▲
by
silok
2y ago
Also, bruno has a custom declarative API request DSL that is suitable for text-based editing, complementing the usage in the GUI application. https://docs.usebruno.com/bru-lang/overview
6.
▲
by
silok
2y ago
With autonomy you do not need a one-fit-all vehicle that support many different use cases. Instead you have access to a fleet of specialized vehicles that are optimized for different tasks. Eg many trips might still be with only one or two
7.
▲
by
silok
2y ago
People interested in this should also make sure to checkout Hylo, https://www.hylo-lang.org There are several presentations on the design and mechanisms. Eg - https://www.youtube.com/watch?v=ws-Z8xKbP4w (Val: A
8.
▲
by
silok
2y ago
This is very cool! A bit disappointing that this does not get more attention on HN. Using WASM as a sandboxed embedded compute environment has so many use cases outside the browser. For example extensions/plugins in code editors is ano
9.
▲
by
silok
2y ago
This is definitely some creepy behaviour by the tech lead, but how is it sexual assault? This just deflates the meaning of sexual assault to mean any kind of "uncomfortable assault"?
10.
▲
by
silok
3y ago
Also because xitter provides a broader discussion platform and reach compared to only HN (even though I highly appreciate the HN content). But yeah, the xitter post should preferably also contain that url to the source.
11.
▲
by
silok
3y ago
The topic of programming languages in game development, and realtime interactive environments is such an unsolved issue that needs a lot of attention. There are huge problems eg with both the Unity C# approach as well as Unreal C++. The swi
12.
▲
by
silok
3y ago
It feels weird to not include some sort of ML inference tasks when benchmarking modern compute hardware. The GPU capabilities are a major factor of the M3 upgrade it seems?
13.
▲
by
silok
3y ago
But that is basically the core value proposition of mojo. You don’t need to drop down into another language to do low level, high performance kernels, you can do it all in mojo. Scalable in terms of target domains, (somewhat similar in that
14.
▲
by
silok
3y ago
Overall very informative. Really like the comparison with the Dart analytics protocol and the Jetbrains protocol. I think the comments on state synchronization with subscription based feature providers sounds very promising. Hopefully LSP s
15.
▲
by
silok
3y ago
Pair of aces counts as 1 instead of 14? Bug or was it like this originally?
16.
▲
by
silok
3y ago
The guard statement in swift is pretty much designed for this pattern, and it works well imo.
17.
▲
by
silok
3y ago
There is also a great in depth video on her Tana setup here: https://help.tana.inc/use-cases/tana-tour-with-maggie-applet...
18.
▲
by
silok
3y ago
The subscript concept itself is nothing new, it is basically just a generalized element accessor, typically for collection types, arrays, dictionaries, etc. https://docs.swift.org/swift-book/documentation/the-swift
19.
▲
by
silok
3y ago
It is a pretty common phenomenon that parents continue to live in their single family home long after all the children has moved out. At least in Sweden this is definitely the case. Not really a lack of single family homes, but too much fri
20.
▲
by
silok
3y ago
I think it looks pretty promising, as long as the deployment setup is not only configurable via the UI, but also can be specified decoratively with code and hierarchical data (eg json). IaC is a really powerful concept, and system initiativ
21.
▲
by
silok
3y ago
Uh, dude, the first iPod was amazing. Lots of storage and firewire made transfers ridiculously fast, but yeah the target market was probably people who already had a modern Mac. Also the physical wheel was amazingly good UX, and very respon
22.
▲
by
silok
3y ago
Honestly, how often do you bang your head hard into a wall/floor? Sure, I'm a tall guy, roughly 200cm, and I sometimes bang my head in a overhead doorstock. But that is typically some old cottage or similar, where I would probably
23.
▲
by
silok
3y ago
Here is a youtube commentary of the results: https://www.youtube.com/watch?v=5SgJKZLBrmg
24.
▲
by
silok
4y ago
On the same topic, I would recommend Seth Godin - The Practice: Shipping Creative Work
25.
▲
by
silok
4y ago
Isn't that just due to "lazyness", rather than an explicit design choice? I mean just doing char based comparisons, which is the easiest solution, will give the separation of uppercase and lowercase (at least for ascii and si
26.
▲
by
silok
5y ago
There is a difference between variables and types. For instance, in C#, with capital-case convention for variables, it is common to give a variable the same name as the type. eg `public Player Player;`
27.
▲
Liftbridge 1.0
(bravenewgeek.com)
1 points
by
silok
6y ago
|
0 comments
28.
▲
by
silok
6y ago
I think this article should contain some references and comparison to the deno rutime, https://deno.land/
29.
▲
by
silok
10y ago
Have you compared it to this implementation? http://www.ilikebigbits.com/blog/2016/8/28/designing-a-fast-...