Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sm_ts
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
sm_ts
4y ago
Conditional to your definition of "serious", I did: https://github.com/64kramsystem/catacomb_ii-64k . I essentially don't do technical writing anymore (and I had the impression that this topic isn't
2.
▲
Fyrox 0.29 Feature Highlights
(fyrox.rs)
1 points
by
sm_ts
4y ago
|
0 comments
3.
▲
by
sm_ts
4y ago
I write a blog that at its peak it had a not-huge-but-not-small-either userbase, and a massive TIL. Blog and TIL are two radically different things. I write the TIL for myself, and it's open, but it's pretty much useless to anybod
4.
▲
VirtualBox 7.0 Released – Full VM Encryption Support, New Direct3D Acceleration
(virtualbox.org)
242 points
by
sm_ts
4y ago
|
169 comments
5.
▲
by
sm_ts
4y ago
I've been using VFIO and maintaining a guide for a few years*, then I've realized that VFIO kinda works, but it's not a reliable technology, and I moved (back) to dual boot. There are very significant pain points, specifica
6.
▲
by
sm_ts
4y ago
I can only share a part, since the majority of my scripts reveal much about my system structure (I try to open whatever I can, though; the tedious part of open sourcing a script, is to make it generic/configurable): https://
7.
▲
by
sm_ts
4y ago
I keep a relatively large amount of notes (1), which are fundamental to my learning. My notes are essentially books in markdown format, which I can open with the editor/IDE I use when working on any project. My opinions are: - the vast
8.
▲
by
sm_ts
4y ago
Last year I humorously told my 7yo kid that Santa Claus died of COVID. Already before COVID though, we had the Christmas tradition of watching Futurama's "Xmas Story" episode, pretending that Santa has been replaced by a murd
9.
▲
Magnus – Ruby Bindings for Rust
(github.com)
1 points
by
sm_ts
4y ago
|
0 comments
10.
▲
by
sm_ts
4y ago
Sure! I've actually though that it was a relatively small number :) I've reached 8k users around 1/1.5 years ago, so the times are even shorter. I did not plan for exposure (audience size); however, looking at the stats, I th
11.
▲
by
sm_ts
4y ago
The following is my personal experience (so I can't comment on the general nature of blog comments). I have a "strictly technical" SWE blog with approximately 4k to 8k users per month, which I have been maintaining it for 3&#
12.
▲
by
sm_ts
5y ago
I wrote long ago about writing competion scripts in any language: https://saveriomiroddi.github.io/Using-scripts-in-any-langua... . Although it's not ideal (one ends up duplicating the arguments parsing logic of the pro
13.
▲
by
sm_ts
5y ago
> has anyone here read Rust in Action[1]? I did, and I didn't like it much, but YMMV. First: sadly, as common practice in the Rust books world, the book devotes 1/4th of the content to an utterly useless Rust guide. This is a m
14.
▲
by
sm_ts
5y ago
Absolutely "not necessarily". SWE requires an extensive amount of learning (if you're lucky :)). Unless one has extraordinary mnemonic capabilities, note taking is a way to structure and store concepts. Even if this wasn'
15.
▲
Open 3D Foundation announces first major release of Open 3D Engine
(o3de.org)
24 points
by
sm_ts
5y ago
|
4 comments
16.
▲
by
sm_ts
5y ago
Hello! I'll write you via email.
17.
▲
by
sm_ts
5y ago
I definitely correct my "does" a good job with "did" a job. But ultimately, I've advised a good deal of caution, which I think is fair, in particular, considering that only a small fraction of the companies has a co
18.
▲
by
sm_ts
5y ago
Thanks, that's a very interesting case. I correct my statement with "_did_ a good job", and appreciate rigorous testing.
19.
▲
by
sm_ts
5y ago
I've maintained a QEMU fork with pinning support, and even coauthored a research paper on the Linux pinning performance topic, and the results have been... underwhelming; "sadly" the Linux kernel does a pretty good job at sch
20.
▲
by
sm_ts
5y ago
Just in case anybody finds the subject interesting and would like to play with this topic, there's an experimental native-Ruby JIT project by @tenderlove: https://github.com/tenderlove/tenderjit (and the companion
21.
▲
RG3D (Rust 3D Game Engine) 0.23 Feature Highlights
(rg3d.rs)
3 points
by
sm_ts
5y ago
|
0 comments
22.
▲
by
sm_ts
5y ago
I've had to compile only a few times C/++ programs, and the experience can't be really compared to Rust (probably, to any other language :)). Lately I've cross-compiled a few times Linux/Windows programs, and the on
23.
▲
by
sm_ts
5y ago
> 2. The passed-through card must have a monitor connected. Regarding this, I don't know about LG, but with a standard QEMU VFIO setup, one use a single monitor connected to the two cards, and switch the input when required.
24.
▲
by
sm_ts
5y ago
(I haven't used LG, so these are general VFIO considerations). I mantain a guide for setting up VFIO ( https://github.com/saveriomiroddi/vga-passthrough ), which I frequently use. My conclusion is: for machines that
25.
▲
by
sm_ts
5y ago
I have one! Here's my (proud :)) TIL repository: https://github.com/saveriomiroddi/personal_notes .
26.
▲
by
sm_ts
5y ago
TIL is actually a foundation of my knowledge, although I have a different approach - I keep Markdown files categorized by subject (e.g. `git`, `ruby`), essentially, notebooks. The ultimate goal is both to memorize and to keep references to
27.
▲
by
sm_ts
6y ago
Hello! Can you provide me some mean to contact you (or contact me) as well? I'm interested, and have professional resources, in participating to welcoming/established open source projects.
28.
▲
by
sm_ts
6y ago
I personally consider the approach very solid from an engineering perspective, however, it's definitely a hell of a work to implement: with more complex ISAs, e.g. Sharp LR25902 (the Gameboy Classic's), it becomes a very demanding
29.
▲
by
sm_ts
6y ago
> Also... look at that guide. Why is it so difficult and obtuse? Why do I have to run so many odd tools I agree that Debian packaging is difficult/odd/arguably obtuse; I guess it's a legacy matter. Your phrasing can be int