Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
t0mek
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
t0mek
1mo ago
I used the "FX" option and I think there's a bug. The center tiles on each side always stay in the same position.
2.
▲
by
t0mek
4mo ago
I like the "challenges" part at the end, especially the varying difficulty levels: * A quadratic formula program, which outputs the number of roots and the x-intercepts upon the user inputting the values of A, B, and C. * A fighti
3.
▲
by
t0mek
6mo ago
Only tangentially related (but hey, it's HN) - I'm so happy about the support/requirements for trailing commas in the modern language syntax: x = [ 123, 456, 789, ]; It makes editing such a list
4.
▲
Building a multiplayer Gameboy emulator with rollback netplay
(blog.rekawek.eu)
1 points
by
t0mek
1y ago
|
0 comments
5.
▲
Show HN: Rollback netplay for Game Boy emulator
(blog.rekawek.eu)
2 points
by
t0mek
1y ago
|
0 comments
6.
▲
by
t0mek
1y ago
Not a tutorial per-se, but here are 2 slides describing how I've done it: https://www.slideshare.net/slideshow/emulating-game-boy-in-j... Essentially, there are 4 channels, each providing a number 0-15 on every ti
7.
▲
by
t0mek
1y ago
Famous example from the pop-culture is Burr vs Hamilton: > If you stand for nothing, Burr, what'll you fall for?
8.
▲
by
t0mek
2y ago
The article doesn't mention the recent development in Amiga extension cards - PiStorm is an easy (and affordable) way to max out the specs of any Amiga, A600 included.
9.
▲
by
t0mek
2y ago
I've always seen A600 more like a budget version of A1200 rather than a new variant of A500: better graphics chip, IDE port, PCMCIA and new look-and-feel of the Workbench 2.04 (at the first sight hardly distinguishable from the Workben
10.
▲
by
t0mek
2y ago
12 years ago, when we already had Arduino but no ESP32 yet, I built this thing: https://newton-net-pl.translate.goog/2012/01/robot/?_x_tr_sl... It was made of an old HTC Magic phone, acting as camera+wifi tra
11.
▲
by
t0mek
2y ago
Yes, the liar have some hats. There are two ways how to conclude this: 1. If they don't have any hats, then any sentence about them would be truth. 2. The negation of the sentence, which must be truth, is "not all my hats are gree
12.
▲
by
t0mek
2y ago
Programming a chess program was an important challenge for the "first generation of hackers" working on the mainframe machines like TX-0 and PDP-1 in '50 and '60, as described in "Hackers: Heroes of the Computer Rev
13.
▲
by
t0mek
2y ago
I love the slow pace of the video, including a few minutes presentation of all available programs. And indeed, there are programs to test dice and coin bias: * https://youtu.be/bJiOia5PoGE?si=IEhbNJk0C0-7_2Nj&t=229 * h
14.
▲
by
t0mek
2y ago
We can also assume that the p/q=√2 is already the simplest form of the fraction, since every fraction must have one, as in the first section of the article. Then if we figure out that both p and q are even, it means that p/q can b
15.
▲
by
t0mek
2y ago
Similar, but in Haskell: https://github.com/DataKinds/sixty-five-oh-two It's a DSL for writing 6502 assembly.
16.
▲
by
t0mek
2y ago
A few years ago, I spent a fair share of time trying to copy files from and to a Macintosh Plus. I decided to use a 100 MB ZIP drive (actually two of them, SCSI for the Mac Plus and USB for a modern computer) and later a serial port connect
17.
▲
by
t0mek
3y ago
And if you have even older Mac (128/512/Plus) and want to use an almost modern PS/2 keyboard with it, please check my https://github.com/trekawek/mac-plus-ps2
18.
▲
by
t0mek
3y ago
Same with Dell P3223QE.
19.
▲
by
t0mek
3y ago
I remember having similar effects after long sessions of Lemmings. I saw the damn rodents when I was closing my eyes in bed, but it didn’t disturb my sleep (I guess they acted as sheeps to count).
20.
▲
by
t0mek
3y ago
Trivia: this one was created by Adrian Zandberg, currently a Polish MP.
21.
▲
by
t0mek
3y ago
This is similar to Kotlin single-expression functions, which are actually pretty useful: fun double(x: Int) = x * 2 https://kotlinlang.org/docs/functions.html#single-expression... However, in Kotlin there'
22.
▲
by
t0mek
3y ago
The results are correct, but the explanation is wrong, e.g.: By using our Celsius to Fahrenheit conversion tool, you know that one Celsius is equivalent to 33.8 1000 C = 1000 x 33.8 = 1832 F Probably the explanation engine does
23.
▲
by
t0mek
3y ago
Hey, SBC: result = byte1 - byte2 - carry carry = result < 0 return result & 0xff ADC: result = byte1 + byte2 + carry carry = result > 0xff return result & 0xff Source - my implementation, pass
24.
▲
by
t0mek
3y ago
Procedural generation was also used to generate levels in the Pitfall game for Atari 2600. A single level was represented with a byte (!) and bits were controlling the number of rolling logs, holes, etc. There were 255 levels there and LFSR
25.
▲
by
t0mek
3y ago
Archived version of the original Mastodon post: https://archive.is/fM06z
26.
▲
by
t0mek
4y ago
https://aqi.eco/ Open-source, crowd-sourced air quality page. I’m running it for 3 years now. Owners of private air quality detectors can use it to built micro-communities in their neighbourhoods. Eg. organization registere
27.
▲
by
t0mek
4y ago
> although organizing it like a virtual FileSystem does have a certain appeal, and unfortunately I don't know of a database engine that supports such a layout Apache Jackrabbit Oak [1] implements a tree-format data model called JCR
28.
▲
by
t0mek
4y ago
This approach is very similar to the way how Kubernetes custom resource reconciliation works (and Kubernetes in general, but the custom resources is the way how you can bring your own logic there). In Kubernetes you can define your own type
29.
▲
by
t0mek
4y ago
There's this remarkable Pong simulator working at a circuit level: https://www.falstad.com/pong/clkgen.html It describes how all the subsystem works (horizontal ball movement, drawing the score, etc.) and allows t
30.
▲
by
t0mek
5y ago
> Developers should exercise caution when typing npm commands in the terminal when especially when using flags. The double ”when” is quite funny here, given the nature of npm problem described in the article.
More ›