Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dvas
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
dvas
2y ago
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 result. * The crafters, those who care how they get to t
2.
▲
by
dvas
2y ago
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 over the last 5 years.
3.
▲
by
dvas
2y ago
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 hybrid Zettelkasten-based approach to linking notes. vscode, zet
4.
▲
by
dvas
2y ago
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]. Ref: [0] Optimized C library for EC operations on curve s
5.
▲
by
dvas
2y ago
Thanks for sharing Shane, and nice to see companies engaged with the community on a technical level!
6.
▲
by
dvas
2y ago
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 generated content flooding some automated systems, the best curation
7.
▲
Apple Vision Pro brings a new era of spatial computing to business
(apple.com)
9 points
by
dvas
2y ago
|
11 comments
8.
▲
by
dvas
2y ago
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 eyes and breathe. Many times, stress is created artificially
9.
▲
by
dvas
2y ago
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 transition: Encoding changed from 8b/10b to 128b
10.
▲
by
dvas
2y ago
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 look at the signalling change of NRZ vs PAM4 in later genera
11.
▲
Logical Tensor Indexing for SPMD Programming
(cs.cornell.edu)
2 points
by
dvas
3y ago
|
0 comments
12.
▲
by
dvas
3y ago
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 got me curious. I know in genomics they try to use custom
13.
▲
by
dvas
3y ago
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... [1] Github repo https:/&#
14.
▲
by
dvas
3y ago
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-Source Financial Large Language Models https:
15.
▲
by
dvas
3y ago
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 sense to me now regarding the instruction passing data betwe
16.
▲
by
dvas
3y ago
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. Also on the off-chance that you remember, did you inlin
17.
▲
by
dvas
3y ago
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 trying to understand different waves, oscillations, LFOs
18.
▲
by
dvas
3y ago
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.
19.
▲
by
dvas
3y ago
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 algorithms. While on the topic of DB's, reliabilit
20.
▲
by
dvas
3y ago
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-good outcome. However, you may not have the expert
21.
▲
by
dvas
3y ago
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? There Are Many Reasons. https://blog.samte
22.
▲
by
dvas
3y ago
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 some HPC related workloads also. One of the use cases I have se
23.
▲
by
dvas
3y ago
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 still had some aches as I would either stand for 3 hours or
24.
▲
by
dvas
3y ago
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 hardware tooling [0] [0] https://github.com/aolofs
25.
▲
by
dvas
3y ago
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 of the hardware. Not much of a concern on the small scale,
26.
▲
by
dvas
3y ago
If anyone wishes to dive deeper and attempt some emulation* of CXL and to find out more, checkout both links as QEMU supports emulating CXL devices. [0] Emulating CXL Shared Memory Devices in QEMU https://memverge.com/cxl-qe
27.
▲
by
dvas
3y ago
Some support has been added to the Linux kernel like DAX [0] to avoid extra copy operations [0]. SNIA has some interesting talks regarding using non volatile memory and its applications (DBs). Where using pmem and DAX to directly to store l
28.
▲
by
dvas
3y ago
Always wondered if the likes of DMT or trace amounts of it contribute to these experiences similar to how adrenaline is produced during fight/flight response. Could it be possible that the brain sensing no more blood is being supplied
29.
▲
by
dvas
3y ago
Maybe this could be useful. I had a similar need where I always wanted to be able to start writing at a moment's notice, ideally with a key-bind of some sort where I didn't have to wait for the editor splash screen and various ind
30.
▲
by
dvas
3y ago
Socialize the design: "Find people who you think will be contrarian, and have them poke holes in the design" Happy to see this mentioned! By involving everyone, the experienced engineers will usually ask the harder questions and
More ›