Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
magnat
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
magnat
8d ago
Those are multiple-choice questions. If some of them are "trick questions", where obvious answer (e.g. the value taken directly from question's text) is wrong, bad model might perform worse than a dice. On the other hand, not
2.
▲
by
magnat
10d ago
Especially when the page source actually contains all the content (so no need to fetch it in JS), part of which is even presented in title.
3.
▲
by
magnat
3mo ago
Selecting parts of the code (in F7 mode or with SHIFT-LEFT/RIGHT) highlights which individual pixels corresponds to the actual letters.
4.
▲
by
magnat
4mo ago
Some other examples: - ACPI configuration for power management and platform stuff [1] - Bitcoin transactions [2] - TrueType fonts [3] [1] https://wiki.osdev.org/AML [2] https://en.bitcoin.it/wiki/Script
5.
▲
by
magnat
8mo ago
No, I mean Visual Studio (the IDE), not Visual Studio Code (the editor).
6.
▲
by
magnat
8mo ago
Is there a way to use this (or similar) model in Visual Studio? Extensions on Visual Studio Marketplace are clunky and sluggish at best, if they even work at all.
7.
▲
by
magnat
8mo ago
Also: * Reverse polish notation * Chinese remainder theorem * Byzantine generals problem
8.
▲
When irate product support customers demand to speak to Bill Gates
(devblogs.microsoft.com)
79 points
by
magnat
9mo ago
|
35 comments
9.
▲
by
magnat
11mo ago
Did you, by any chance, play Outer Wilds recently?
10.
▲
by
magnat
1y ago
If one node kept transmitting non-stop, it could push data out at 3.5kbps and no one else in that range can transmit at the same time. However, in EU there is a legal limit of 1% duty cycle on 868MHz band and collision avoidance mechanism,
11.
▲
by
magnat
1y ago
Hard limit is 3.5kbps with 148dB link budget (Medium Fast preset in Meshtastic [1]). In practice - a packet worth of hundred bytes every half a second or so. [1] https://meshtastic.org/docs/overview/radio-settings
12.
▲
by
magnat
1y ago
> LoRa can reach a range of up to 3 miles (4.8 km) in urban areas, and up to 10 miles (16 km) in rural areas In mountainous area LoRa on 868MHz band reaches over 100km. Last month we had a stratospheric balloon with a Meshtastic node att
13.
▲
by
magnat
1y ago
> I'm a c# dev with near 20 years experience Which IDE do you use? JetBrains Rider?
14.
▲
by
magnat
1y ago
> if you run it at the full 262144 tokens of context youll need ~65gb of ram What is the relationship between context size and RAM required? Isn't the size of RAM related only to number of parameters and quantization?
15.
▲
by
magnat
1y ago
If RTL-SDR is a good reference - when demodulating FM it produces pretty much the same noise you'd expect from a mistuned oldschool radio.
16.
▲
by
magnat
1y ago
The separate noise source is a bit of surprise here. Why is it necessary? Wouldn't RF noise produce same results?
17.
▲
by
magnat
1y ago
Try SolidGoldMagikarp
18.
▲
by
magnat
1y ago
Mostly for I/O, e.g. mmap requires file offset to be multiple of the page size.
19.
▲
by
magnat
1y ago
It feels like an interpolated Street View imagery. There is one scene with two people between cars in a parking lot. It is the only one I have found that has objects you would expect to change over time. When exploring the scene, those peop
20.
▲
by
magnat
1y ago
> The team also used a CMOS camera to capture visible-light emissions from the microplasmas (...) The CMOS imagers, however, had to be placed close to the measured radiation source, reducing their applicability to remote sensing How can
21.
▲
by
magnat
2y ago
1. They might have used IP cores with license that forbids disclosing any technical details, including firmware implementation. 2. Manipulating RF registers could cause the device to operate outside of regulatory parameters, perhaps invalid
22.
▲
by
magnat
2y ago
If your data/leaf/heap pages hold indexed cells PostgreSQL-style [1], 16-bit in-page offset limits your page size to 64KB. On the other hand, physical memory frame size usually is 4KB or larger, so going below that is not really p
23.
▲
by
magnat
2y ago
C-like equality (==), inequality (!=) and assignment (=) is such a missed opportunity here. One could go with "=", "=/=" and "<-" here while both preserving some sanity and shock factor.
24.
▲
by
magnat
2y ago
We have tax forms available as interactive PDFs, which: * auto-computes formulas * enables and disables whole sections of the document depending of filled values * performs complex validation, beyond checking for required fields
25.
▲
by
magnat
2y ago
Similar vibes to https://userinyerface.com/ Also, for some reason, hogs 100% CPU recursing like hell between two methods: o0 [https://games.productartistry.com/_next/static/chunks/4bd1b69
26.
▲
by
magnat
2y ago
BetaFlight doesn't deal with over-the-air bits, it just receives PWM/PPM/S-Bus/whatever signals your receiver provides. There is no point to have encryption in firmware, because connection between RX and FC is hardwired
27.
▲
by
magnat
2y ago
Lots of no-name or DIY drones use flight controller running a BetaFlight [1] firmware, which is open source and quite hackable. If you want low-level real-time programmatic control (like manipulating servos, lights or camera), that is most
28.
▲
by
magnat
2y ago
> people who blindly click OK on every pop up are not representative of your typical user You could unbias the data by including the metric determining how long did it took them to click "Ok" and whether they actually reviewed
29.
▲
by
magnat
2y ago
> the default project they provided felt too heavyweight > This is a simple Electron app ಠ_ಠ
30.
▲
by
magnat
2y ago
lsyncd for live replication to warm standby, LVM+rsync for offline backup, restic for keeping file-level version history.
More ›