Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
weissi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
weissi
3mo ago
Swift has `@_noAllocation`: @_noAllocation func foo() -> Int { return [1,2,3].randomElement()! } fails with "error: Using type 'Int' can cause metadata allocation or locks" but @_noAllocation func foo() -> Int
2.
▲
by
weissi
2y ago
Interesting, maybe ChatGPT got more reluctant to spit out ics? Didn't have to try very hard back in May: https://chatgpt.com/share/0848349d-4b0b-40f8-9d24-e9c4ffc065...
3.
▲
by
weissi
2y ago
We leave our bedroom door open whilst we sleep which pretty much solves the issue. Leaving the ensuite bathroom door open also helps but not quite as much as the door to the hallway.
4.
▲
Learn English pronunciation of words with video clips of native speakers
(youglish.com)
1 points
by
weissi
6y ago
|
0 comments
5.
▲
Getting Started with Swift on AWS Lambda
(fabianfett.de)
1 points
by
weissi
6y ago
|
1 comments
6.
▲
This File Is a Valid PDF, ZIP and Firmware for the Apollo Guidance Computer
(alchemistowl.org)
2 points
by
weissi
9y ago
|
0 comments
7.
▲
by
weissi
9y ago
no mention or picture of Windows Phone?!
8.
▲
by
weissi
10y ago
for int m[2][3] = { {1, 2, 3}, {4, 5,6}}; int *n[2]; n[0] = &m[0][0]; //equivalent to n[0] = m[0] n[1] = &m[1][0]; //equivalent to n[1] = m[1] it lists that What is n[1][1]? //
9.
▲
Assembly x86 Emulator in Browser
(carlosrafaelgn.com.br)
3 points
by
weissi
10y ago
|
0 comments