Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
asgeir
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
asgeir
2y ago
Have you tried looking into something like NASM's macro functionality?
2.
▲
by
asgeir
2y ago
It often refers to programmers that develop things that other programmers use to construct applications. A systems programmer may work on compilers, operating systems, framework libraries, etc. They will also often work with lower-level abs
3.
▲
by
asgeir
2y ago
In Norse mythology, Heimdallr was born of nine sisters. I'm not sure that it took any less time than usual, but I enjoy the story all the same. https://en.wikipedia.org/wiki/Nine_Mothers_of_Heimdallr
4.
▲
by
asgeir
2y ago
It's possible that we are talking at cross purposes. I think you might be arguing that the object itself does not include the set of functions/methods/operations that act on it, whereas I see them as another attribute of the
5.
▲
by
asgeir
2y ago
I would still classify that as object oriented behavior. You have a class/type of objects, and you have a set of functions or operations which are associated with (loosely or tightly) and operate on that type of object. For example, I
6.
▲
by
asgeir
2y ago
It's not a requirement, but an immutable object has fewer uses than a mutable one. Functions/methods/actions/operations are just different names for the operations which mutate the state of the object. So, I would argue
7.
▲
by
asgeir
2y ago
In my experience, LLMs tend to perform better if you give them instructions before the data to be operated on. At least for the ~13b size models. So,something like: Please count the number of words in the following sentence. "What is t
8.
▲
by
asgeir
3y ago
https://www.youtube.com/watch?v=gQddtTdmG_8
9.
▲
SPlisHSPlasH – open-source library for the physically-based simulation of fluids
(github.com)
1 points
by
asgeir
4y ago
|
0 comments
10.
▲
by
asgeir
4y ago
It seems that you may be correct. At the very least I am unable to construct a counter-example so I concede this point
11.
▲
by
asgeir
4y ago
The undefined behavior can still affect code generation even though the program gets translated. It's just that the generated code may not do exactly what you expect it to do because the presence of undefined behavior allowed the compi
12.
▲
by
asgeir
4y ago
The compiler may make optimization decisions based on the presence of UB so the code only needs to be present. The compiler can't know that an arbitrary part of a function is unreachable if, for instance, that code path is controlled b
13.
▲
by
asgeir
4y ago
To be clear. I think that both connectors have their own problems. Just because I've not had the center nub break in any of my USB-C devices that doesn't mean it's not a problem for someone else. Similarly, I've had the
14.
▲
by
asgeir
4y ago
USB-C has the springs in the plug while the receptacle is only fixed contacts. Lightning on the other hand has the springs inside the receptacle. This means that for USB-C you replace the cable when the springs wear out, but for Lightning y
15.
▲
by
asgeir
4y ago
And Super Hexagon is an excellent game (with a great soundtrack) https://superhexagon.com/
16.
▲
by
asgeir
4y ago
It is slightly unfair to say there's barely an ecosystem. If all you've seen is Reykjanes between Keflavík and Reykjavík then sure it might look like a bleak, moss covered, rocky desert. But the thing is that different regions can
17.
▲
by
asgeir
4y ago
Part of it is whether the code can be traced back to original AT&T code. Which would be true for e.g. BSD variants (which includes MacOS). https://i.redd.it/kgv4ckmz3zb51.jpg Another part is the trademark and certificat
18.
▲
by
asgeir
4y ago
You might be interested in these articles if you want to experiment with alternative approaches to the intrusive linked-list and are OK with using object pools. Very handy if you want to have cheap alloc/free and want good memory local
19.
▲
by
asgeir
4y ago
You're probably thinking of the initial handshake bit rather than what the middle of the data stream sounded like. https://www.windytan.com/2012/11/the-sound-of-dialup-picture...
20.
▲
by
asgeir
5y ago
You can find a number of technical deep-dives for classic video game consoles where people have had do deal with very limited resources. This video springs to mind as one example: https://www.youtube.com/watch?v=tfAnxaWiSeE
21.
▲
by
asgeir
5y ago
It can be useful to break the game in subtle ways so that the crackers have a harder time knowing when the crack is fully done. https://www.nag.co.za/2013/10/23/the-5-biggest-and-most-awes...
22.
▲
by
asgeir
5y ago
You might want to look into GloriousEggroll, it tends to have better support for media and such. https://github.com/GloriousEggroll/proton-ge-custom/wiki
23.
▲
by
asgeir
5y ago
Have you tried increasing the log-level in /etc/systemd/system.conf? You can also set LogTarget=kmsg if you have issues with the journal. You can also control this with the kernel command line if you prefer https://
24.
▲
by
asgeir
5y ago
This is correct for a half-closed interval https://mathworld.wolfram.com/Half-ClosedInterval.html
25.
▲
by
asgeir
5y ago
This is from the webcam at the time. https://www.ruv.is/frett/2021/03/21/gigbarmurinn-gefur-sig-o...
26.
▲
by
asgeir
5y ago
I find it hard to estimate the position from the top-down view compared to when I was there, and I just copy-pasted the coordinates from Google Maps
27.
▲
by
asgeir
5y ago
And if you want to see the definition of terror, look at the second video on this page when part of the main crater collapsed https://www.ruv.is/frett/2021/03/21/hraunrennsli-dagsins-a-o...
28.
▲
by
asgeir
5y ago
Looks to be about half a kilometer. The webcam looks to be at about 63.89045405043735, -22.279054215941507 and the main crater is at about 63.88921695342744, -22.269097856211175 The main crater is only a few tens of meters tall.
29.
▲
Digital Video Introduction
(github.com)
1 points
by
asgeir
6y ago
|
0 comments
30.
▲
by
asgeir
6y ago
I didn't say it was. I've merely speculated on why this particular law is in place.
More ›