Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mbel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
mbel
4mo ago
Unless your code targets some exotic architecture, like idk x86.
2.
▲
by
mbel
6mo ago
Yeah, totally, just one more year.
3.
▲
by
mbel
8mo ago
Nobody would say „trujący wąż” (poisonous snake) or „jadowity grzyb” (venomous mushroom). The distinction is similar to English. There are exceptions and contexts where it can be used interchangeably but arguably the same is true for Englis
4.
▲
by
mbel
8mo ago
Not really, we have both „jad” (venom) and „trucizna” (poison).
5.
▲
by
mbel
9mo ago
The primary use case that I can see is following: you use your second phone — the communicator — to chat, while watching endless stream of tiktoks/reels/shorts on the first one.
6.
▲
by
mbel
9mo ago
> In terms of CPU? The other way around. That depends on your architecture and access pattern. In case of sequential access, packed bools may perform better due to arithmetic being usually way cheaper than memory operations.
7.
▲
by
mbel
10mo ago
> It’s less simple than many systems languages because it has a very strong type system. I don’t think that’s the case, somehow most ML derived languages ended up with stronger type system and cleaner syntax.
8.
▲
by
mbel
1y ago
In this case there is both time a distance limit to the gesture. If the gesture is too fast the switcher won’t appear even if the distance was long enough. That said, personally I’ve always found the gesture navigation very intuitive.
9.
▲
by
mbel
1y ago
It feels like a stretch to call this a parser. It’s looks like a typical lexer?
10.
▲
by
mbel
1y ago
Probably the compilation time is better than it would be with LLVM. On the other hand I doubt that codegen and therefore performance is on par with LLVM. Definitely a weird thing to advertise.
11.
▲
by
mbel
1y ago
This is mostly an issue with MSVC which refuses to become compliant with c99 standard. Their support for c11 and c17 also has some gaps around features that were introduced in c99.
12.
▲
by
mbel
1y ago
Most popular languages would prevent this. In this case it’s as simple as having more sensible reader API than sscanf in standard library and forcing variables to be initialized.
13.
▲
by
mbel
1y ago
To be honest the implementation looks surprisingly readable… at least compared to other horrors like the standard library implementation. While there are some new rules regarding arguments naming, the new syntax doesn’t feel more complex th
14.
▲
by
mbel
2y ago
It's explained under the first link from the article [0]: "A new type of interpreter has been added to CPython. It uses tail calls between small C functions that implement individual Python opcodes, rather than one large C case st
15.
▲
by
mbel
2y ago
Yup, they most likely do. After all everything is LLVM based nowadays.
16.
▲
by
mbel
2y ago
It seems to work similarly as in C, i.e. you call malloc manually, there is some form of automatic size deduction though: https://github.com/galileolajara/cp1/blob/main/examples/04-v...
17.
▲
by
mbel
2y ago
For Intel you can just look into sources: https://github.com/intel/intel-graphics-compiler ;) Also AMDGPU and NVPTX targets in LLVM might be interesting.
18.
▲
by
mbel
3y ago
Standard word which implies some level of analysis into causes of the incident. This brief note doesn’t live up to industry practice either.
19.
▲
by
mbel
3y ago
It's not. 0x8000 is the smallest (-32,768) integer that can be represented with 16-bits and two's complement.
20.
▲
by
mbel
4y ago
I see, thanks for clarification! I glanced though their website and expected a standard set of features including IMAP.
21.
▲
by
mbel
4y ago
It’s an email service, the app isn’t really needed.
22.
▲
by
mbel
4y ago
Here's an attempt at doing that: https://dreamfusionpaper.github.io/
23.
▲
by
mbel
4y ago
Using intrinsics is much more sensible option than dropping to inline asm. Each CPU with SIMD or any kind of specialised instructions provides an intrinsics library for C.
24.
▲
by
mbel
4y ago
Interesting that CSV is supported but XML is missing. Is it finally dead?
25.
▲
by
mbel
5y ago
There is, it’s called „dialekt małopolski” ;)
26.
▲
by
mbel
6y ago
Cathedral 3-D ( https://store.steampowered.com/app/1091590/Cathedral_3D/ ). It's a retro-ish FPS, basically an arena shooter where you have to survive incoming waves of enemies. It's using my custom g
27.
▲
by
mbel
6y ago
The first one obviously.
28.
▲
by
mbel
7y ago
While it's true that there are some artifacts, I think that they can be mitigated with some tricks like: avoiding sudden head movements by the actor or artificially decreasing the quality of the video. Low quality photos of big foot en
29.
▲
by
mbel
7y ago
With deep fakes easily available I believe the pornographic video material ultimately will have the same weight as a rumor, it's somewhat true for photos today. We definitely need a common way to propagate trusted information, but keep
30.
▲
by
mbel
7y ago
> Why should people get to break the law? Because laws are made by people and as such can be flawed.
More ›