Viewing profile — vutekst
vutekst
HN member- Joined
- Thu, Sep 22, 2011, 4:05 PM UTC
- HN karma
- 110
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About vutekst
No profile information was provided.
Recent public activity
-
comment
Comment #34871649
Why yes actually! Thanks for your quick and very helpful reply
-
comment
Comment #34871540
This looks like a good replacement for most of what I do in fusion360, but one operation I'm not sure about is importing an existing SVG file and using it for sketch geometry, say,…
-
comment
Comment #34055024
Yes: https://twitter.com/goodside/status/1581805503897735168
-
comment
Comment #33266311
hopefully when we finally unfold them we don't get attacked by lower dimensional beings
-
comment
Comment #23623725
Also ML non-expert here. I think this is about a different kind of neuron(your 2nd suggestion). The paper another commenter linked says: Hamiltonian neural network (HNN) intakes po…
-
comment
Comment #22928732
Alas, this feature only works for users on the browser app, and not in the mobile apps.
-
comment
Comment #22892666
I want this but just for watching general youtube videos sync'd with people
-
comment
Comment #21021233
Same! Also a Normalite here.
-
comment
Comment #17074738
I don't know how you can be pretty sure about any of that, but I look forward to the faster-than-light signaling devices we can build from this new revelation about nature.
-
comment
Comment #16983258
Article is a bit broken for me because while the page is https, the mathjax file is loaded from a plain http. This is apparently forbidden by current Chrome and Firefox, so the fig…
-
comment
Comment #10441472
The passenger seats of certain cars use electric field sensing in the seatback to determine if there is an adult passenger present, to decide whether to enable the passenger-side a…
-
comment
Comment #10305543
https://en.wikipedia.org/wiki/Digital_signature
-
comment
Comment #9949247
My understanding is that most militia members cannot keep ammunition in their homes, but private citizens can have ammo as they please. http://world.time.com/2012/12/20/the-swiss-d…
-
comment
Comment #9686772
I have used both languages quite a bit. What I miss from Clojure when doing Haskell is having access to a seemingly infinite collection of libraries (thanks to the JVM/maven/etc). …
-
comment
Comment #9504910
I'm from the US and I read it the same way, as a statement that we are far along our course.
-
comment
Comment #9392161
Admittedly I am not familiar with all types of wireless charging technology, but I worked on some prototypes of such a little under 10 years ago (powering blenders and 1 kW cooking…
-
comment
Comment #8775487
I don't really understand the first proposal, can you expand on that? How would it do away with qualified immunity etc?
-
comment
Comment #8766010
Is Fight Club an example or a counterexample?
-
comment
Comment #8755894
This always bothered me about Babylon 5 - how/why did the spine of the station remain stationary while the bulk of the station rotated?
-
comment
Comment #8689921
Indeed, imagine if we had a revision history for the Bible/Koran/etc.
-
comment
Comment #8631432
Yes, presuming that the author of the unsafe code in question has manually verified the effective safety in all relevant scenarios. `unsafe` is an assertion to the Rust compiler th…
-
comment
Comment #8461814
This feature is one of the reasons I run CyanogenMod. You can drill down and toggle particular permissions for each app if you want, and set default policies for new apps.
-
comment
Comment #8183794
Can anyone comment on general strategies that would be applicable to this game? Has anyone tried some kind of crazy machine learning stuff, or is it dominated by relatively simple …
-
comment
Comment #8155813
This is my understanding as well, and that's why I objected to the parent post's assertion that "even in Haskell values must be tagged with types, and the type tags are inspected a…
-
comment
Comment #8154602
> Even in Haskell values must be tagged with types, and the type tags are inspected at runtime. This does not fit my understanding of pattern matching in Haskell. Say you are match…