Viewing profile — dvas
dvas
HN member- Joined
- Sat, Dec 17, 2022, 5:34 PM UTC
- HN karma
- 147
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About dvas
No profile information was provided.
Recent public activity
-
comment
Comment #42603438
There are many ways of thinking and reasoning about the profession and what it means to each and every one of us. Some of the buckets: * The builders, don't care how they get the r…
-
comment
Comment #40239236
Might not be for everyone, but using git to index markdown notes + linking it against cloud storage like dropbox/icloud to have it available on phones/tables have served me well ov…
-
comment
Comment #40239193
I think the best approach to take with personal knowledge bases or any knowledge data, is to have the ability to bring your data in and out as one pleases. In my flow, I use a hybr…
-
comment
Comment #40239063
I would like to add the thought of looking at where these elliptic curves are deployed, things like embedded devices and implementations bitcoin-core libraries for say secp256k1 [0…
-
comment
Comment #40239036
Thanks for sharing Shane, and nice to see companies engaged with the community on a technical level!
-
comment
Comment #40133921
For personal use: What works is a good plain old rss. Delivered to my client of choice, via gui or cli. Skipping ads and clickbait articles to save me time. With a wave of generate…
- story
-
comment
Comment #40001825
I think it is so important to be able to disconnect from whatever it is that we are doing, even for a very short period of time. Go for a walk, brew a coffee or simply close your e…
-
comment
Comment #39945261
To go a bit deeper, while still keeping it at a very high level what changes were made between each generation: PCIe 1.0 & PCIe 2.0: Encoding: 8b/10b PCIe 2.0 -> PCIe 3.0 transitio…
-
comment
Comment #39933220
I think a quick 2-minute read on the changes around each generation gen1 -> gen4 example from 2016 will make it a bit clearer [0]. Things like packet encoding etc. Then a quick loo…
- story
-
comment
Comment #39678529
Not my area at all, just passing by and wondering to the extent and how they use knowledge graphs for drug discovery. Some time back I had a peek at AstraZeneca's GitHub [0] and go…
-
comment
Comment #39670536
Extra links for the no gil work for anyone else curious about this [0], [1]. [0] Multithreaded Python without the GIL https://docs.google.com/document/d/18CXhDb1ygxg-YXNBJNzfzZsD..…
-
comment
Comment #39147985
Lots of other great answers, another one I came across recently is FinGPT[0]. For backtesting there is zipline [1], but doesn't look like it's maintained anymore. [0] FinGPT: Open-…
-
comment
Comment #38979903
Awesome reply, and thank you for the well put together answer linking to resources and for sharing your experience. For Cortex-A8 from [4] and the others you have linked, It makes …
-
comment
Comment #38975633
Got me curious regarding ARM latency, wonder if that was related to particular instructions which added more latency or transfers between the registers/memory subsystem internals. …
-
comment
Comment #38974250
This is great! What a lovely read. Reminds me back of my teenage years mesmerised by software/hardware synths, daws and everything and anything related to audio tech. Hours spent t…
-
comment
Comment #38943571
Useful when you want to have multiple git accounts changing based on the path. Thanks for the share! In my case it was changing the ssh key based on the project folder.
-
comment
Comment #38657463
Enjoyed reading it! Great overview of different concepts involved while building DB's. From mentioning SIMD to squeeze out performance on a single machine all the way to consensus …
-
comment
Comment #38413363
That's the thing with details; sometimes you don't know the extent or context in which they will occur. Your perceptiveness at a particular moment could determine a good or not-so-…
-
comment
Comment #38151067
I think the real world latency numbers will be interesting to see with PCIe 6.0/7.0 since adopting PAM4 modulation allows the greater bandwidth. [0] Why Did PCIe 6.0 Adopt PAM4? Th…
-
comment
Comment #38150936
CXL and its coherency mechanisms will be interesting to watch as the requirements for LLMs and related applications requiring large memory pools continue to grow. This includes som…
-
comment
Comment #37970641
Started on a standard generic office chair sitting for hours. Then decided that an ergonomic big-name brand chair would be my silver bullet. The next step, sit/stand desk. But stil…
-
comment
Comment #37949984
Indeed! I recently tried some basic examples from the likes of SiliconCompiler and related projects and found myself reading up and going down the rabbit hole of open-source hardwa…
-
comment
Comment #37948985
Under 3.1 Allocator Interface, there is a great point about reducing wear levelling by rebalancing the B+ tree operations to reduce the number of writes thus extending the lifespan…