Viewing profile — marosgrego
marosgrego
HN member- Joined
- Thu, Aug 13, 2020, 10:05 PM UTC
- HN karma
- 201
- Public activity
- 53 items
- HN profile
- View on Hacker News ↗
About marosgrego
Recent public activity
-
comment
Comment #49063034
Thanks, corrected it.
-
comment
Comment #49062813
What about Qualcomm modems? It is the case for this one at least.
-
comment
Comment #49061321
Of course! You can connect it to any audio source a sink. I had fun with piping music to phone calls with friends.
-
comment
Comment #49059978
ThinkPad T480 can be used as a fully featured mobile phone, supporting calls, SMS and mobile data.
- story
- comment
- story
-
comment
Comment #39274514
Or Blades ( https://getblades.org )
-
comment
Comment #37844807
Canon EOS M can be bought for around $100 used and shoot 1440p raw with Magic Lantern. Also it can use cheap old 16mm film lenses with crop mode.
-
comment
Comment #35830658
Also git clone https://git.sr.ht/~mcf/cproc cd cproc git submodule init --update time make qbe time make generates: make qbe 0.81s user 0.07s system 97% cpu 0.901 total make 0.83s …
-
comment
Comment #35584806
Neat. I wish someone wrote this down in the language of differential forms.
-
comment
Comment #34533996
They seem to look for causes on the hardware level, but maybe it's a software issue many times.
-
comment
Comment #34389766
For the continuous Fourier transform, you would just take a continuous average, i.e. an integral.
-
comment
Comment #34388536
The title is wrong, the withdrawal didn't happen in 1215.
-
comment
Comment #34316598
Threema messages of Marian Kočner, a contorversial Slovak businessman who allegedly ordered a murder of a local journalist, were somehow obtained with the help of Europol. [0] The …
-
comment
Comment #33984441
Some truly minimal browser: https://www.netsurf-browser.org
-
comment
Comment #33617449
Kobo reader with Plato installed
-
comment
Comment #33513762
Ramhorns is a great templating engine. Faster than askama, although parsing the templates on runtime. https://docs.rs/ramhorns
-
comment
Comment #33402985
You can think of `i` as a rotation by 90 degrees counterclockwise. You do it twice and the real number line gets reflected (as if multiplied by -1). It is what multiplying by i act…
-
comment
Comment #32984825
cos and sin are the x and y coordinates as you turn around the unit circle in unit speed.
-
comment
Comment #32642948
If you're interested in this, a while ago, for my personal photo site with image galleries[1], I wrote a fast static site generator in Rust[0], which also supports plugins now. [0]…
-
comment
Comment #32642865
GIMP plugin when?
-
comment
Comment #32275725
What? One become a scientist because they are interested in things, or a doctor because they want to help people.
-
comment
Comment #31836251
http://www.netsurf-browser.org
-
comment
Comment #31159405
That's unfortunate, some metaprogramming could be fun and without generics and such quite simple and efficient even.