strager

13.7K posts

strager

strager

@strager

Beigetreten Ekim 2008
299 Folgt2.7K Follower
0xSero
0xSero@0xSero·
@loporium I don’t have infinite time in this world. I trust the opinion of the aggregate intelligence of humanity
English
2
0
197
4.9K
0xSero
0xSero@0xSero·
First they removed dislikes from YouTube, now they removed Likes. No more public signal on what matters. Making another braindead prediction, in 12 months we won't see views anymore. In 24 months we won't subscriber counts anymore.
0xSero tweet media
English
83
38
973
52.2K
strager
strager@strager·
@itslilyszabo @avidseries They think that he's accusing non-Asians of being promiscuous and criminal. They don't understand what he's saying.
English
0
0
0
8
Lily
Lily@itslilyszabo·
@avidseries why are these weirdos all making faces at him? he is saying the most reasonable things
English
1
0
3
142
i/o
i/o@avidseries·
ZXX
37
30
477
23.1K
Daniel Lockyer
Daniel Lockyer@DanielLockyer·
You should probably enable TLS connection re-use/keepalive in your applications Here's a heatmap of tls.connect latency in a production Node.js app P50 is 400ms, P99 up at 3.9s Fix this and all your external API requests become instantly faster
Daniel Lockyer tweet media
English
10
5
223
25K
Jake
Jake@nayshins·
Has anyone documented all the code slop patterns yet? I want to lint for them and banish them to hades.
English
39
3
201
22K
strager
strager@strager·
@ja3k_ You think 3k$/year is trivial?
English
0
0
0
121
ja3k
ja3k@ja3k_·
Idk why gas prices are so culturally salient in america. You could drive an hour a day and it probably comes to less than $3k/year. Is it because they put the price on billboards along the road?
English
652
47
5.6K
1.7M
strager
strager@strager·
@CustomWetware @nicbarkeragain I prefer two lines for error checks: int rc = vkQueueSubmit(graphicsQueue, 1, &submitInfo, computeFence); assert(rc == VK_SUCCESS);
English
0
0
1
57
Custom Wetware
Custom Wetware@CustomWetware·
@nicbarkeragain Usually right but I recently did this: assert(VK_SUCCESS == vkQueueSubmit(graphicsQueue, 1, &submitInfo, computeFence)); and it's much nicer because it speeds up understanding what's going on when you read the code
English
1
0
10
671
Nic Barker
Nic Barker@nicbarkeragain·
Programmers: do you have a consistent preference for which side you put the literal on in a comparison? // Right-hand side if (someValue == 1) {} // Left-hand side if (1 == someValue) {}
English
41
0
41
10.8K
strager
strager@strager·
@neogoose_btw The quoted documentation doesn't say anything about locking. The highlighted part is basically how Linux works as well (if Linux had a separate file mapping objects). I'm confused about your tweet. Are you complaining about FILE_SHARE_WRITE etc?
English
0
0
10
719
Dmitriy Kovalenko
Dmitriy Kovalenko@neogoose_btw·
I don't know I can not handle windows anymore. On this so called OS all the memory mapped files locked at the OS level meaning no one can write there. I am not sure but do microsoft engineers even understand the point of memory mapping or not?
Dmitriy Kovalenko tweet media
English
6
1
48
5.9K
strager
strager@strager·
@schteppe "The more mature a team gets, the less work it gets done."
English
0
0
1
25
Stefan
Stefan@schteppe·
@strager Not sure how to read this to make fun of mature teams… but to be clear, that wasn’t the intention 😅
English
1
0
0
15
Stefan
Stefan@schteppe·
Using feature branches for development? Keep in mind that the number of active feature branches is used as a metric to determine how mature your team is. Less branches means more mature.
English
6
0
18
3.1K
vittorio
vittorio@IterIntellectus·
if you read enough fiber research you either start thinking you’re going insane or realize the entire nutrition industry has a financial incentive to keep you buying protein powder instead. you need to eat your fiber and i’m not even trying to be nice about it. 95% of Americans are *deficient* while enough fiber alone reduces all-cause mortality by 30%, colorectal cancer by 26%, and your gut bacteria literally digest your own intestinal lining when you starve them of it. fiber should be a bigger supplement category than protein but since it actually makes you healthier there’s no interest in selling it
Zero HP Lovecraft@0x49fa98

The more you look at actual nutrition and health science, the more fixated you become on fiber intake

English
338
1.1K
18.5K
1.4M
strager
strager@strager·
@schteppe I'm not sure if you're making fun of feature branches or mature teams
English
1
0
1
170
strager
strager@strager·
@hadilq @JustDeezGuy let _ = std::process::Command::new("rm")...; or std::mem::drop(std::process::Command::new("rm")...);
English
1
0
1
29
Hadi
Hadi@hadilq·
@strager @JustDeezGuy without changing the signature? I don’t think so, but if you are sure then show me!
English
1
0
1
25
strager
strager@strager·
In Rust, you can define a struct in crate A, define a trait in crate B, and implement the trait for the struct in either crate A or B (your choice). In Go, you can define a struct in package A, define an interface in package B, and implement the interface for the struct only in package A. Right?
English
0
0
2
481
Тsфdiиg
Тsфdiиg@tsoding·
@boyaviatorr Whatever you can buy using them? If it's not better than money then why are you trading it for money?
English
20
35
1.5K
81.2K
ᜰ
@boyaviatorr·
I dare you to name something better than money
English
1.3K
220
2.3K
748.4K
Hadi
Hadi@hadilq·
@JustDeezGuy you need to change the signature of the function to return Option or Result before removing the panic! then it will compile.
English
2
0
2
253
strager
strager@strager·
@headinthebox Flickering has not disappeared. I saw it flicker yesterday.
English
1
0
6
202
Erik Meijer
Erik Meijer@headinthebox·
Claude Code's flickering has disappeared, there are some weird artifacts in the input area where things get out of sync, but there is a new annoyance where in many case you cannot copy text from the output (for example when you see it go off the rails and want to past a snippet into the input field to steer it in the right direction). Also it often randomly jumps focus to the start of the chat.
English
9
0
38
17.9K