tedu
honked back 01 Apr 2025 23:31 -0400
in reply to: https://bsd.network/users/stsp/statuses/114266199418445635
tedu
honked back 01 Apr 2025 23:31 -0400
in reply to: https://bsd.network/users/stsp/statuses/114266199418445635
I'd been putting off cancelling my post subscription, but now it's time. https://www.washingtonpost.com/sports/2025/03/31/nfl-tush-push-ban/
The haters said there was no practical use for NFTs, but look at this. What do you say now? Checkmate, communists.
Good chance we're experiencing Delaware avenue/river conjoination, but I'm not going to go look.
Inspection of my double walled borosilicate iced tea glass reveals it has been transformed into a single sided manifold. (The inner wall cracked.)
tedu
honked back 31 Mar 2025 18:41 -0400
in reply to: https://mstdn.io/users/sjb/statuses/114259390539155026
BB: Heidrun
@sjb not really sure. Been there forever. Here's one when the river was really low.BB: Heidrun
tedu
honked back 31 Mar 2025 17:06 -0400
in reply to: https://lain.com/objects/5fad23c0-4250-4cd2-9ff4-d4d73b0f1440
European tracking companies can have a little user data as a treat.
tedu
honked back 31 Mar 2025 17:00 -0400
in reply to: https://lain.com/objects/9cf12911-8357-4e04-88b8-4f5dbaa7bb6d
What if gender reveal party, but for tariffs? Trump steps on stage, then an air cannon blasts a million confetti flags of the country that gets new tariffs.
Oh, shizzles, got a preemeptive text from peco that the storms are going to knock out power tonight. Don't panic yet, but stand by and be ready to panic.
April 1 patches for expat? Surely you jest.
tedu
honked back 31 Mar 2025 13:11 -0400
in reply to: https://hachyderm.io/users/EndlessMason/statuses/114257988981819979
BB: Heidrun
@EndlessMason not very stuck. We've got boats going both ways. Full duplex shipping.BB: Heidrun
Somebody added a sign to the turtle sanctuary.
BB: Heidrun
Big boat alert. There's a big boat in the water, I repeat, a big boat in the water. Location: 39.9635 -75.1315BB: Heidrun
Has free speech ever been so absolute? https://www.theverge.com/tesla/638174/elon-musk-tesla-protest-free-speech-fox-news
tedu
honked back 29 Mar 2025 20:00 -0400
in reply to: https://mas.to/users/rf/statuses/114248293724748002
Fun fact, people keep calling the new AMD CPUs Ryzen AI (ay eye), but the web page clearly says it is an Al (ay ell) CPU. https://www.amd.com/en/products/processors/laptop/ryzen/ai-300-series/amd-ryzen-ai-max-plus-395.html
Lolol, Starbucks is sold out of "no sugar". The DBAs reschemed the SKUs and my saved purchases are no longer valid.
First day of summer run = worst day of summer.
Everyone needs to know Evanescence Bring Me To Life has more views (1.52B) than Lady Gaga Poker Face (1.49B).
tedu
bonked 28 Mar 2025 20:44 -0400
original: lcamtuf@infosec.exchange
Et tu, clang?
Reminder if you live in #philly that property taxes are due March 31. Too late to apply for the homestead exemption this year, but get on it for next year.
tedu
bonked 28 Mar 2025 18:12 -0400
original: jann@infosec.exchange
Wow, The original version of this feature was introduced back in 2018 (though it was reimplemented since in 2022).
__builtin_dump_struct
is an amazing clang feature, how did I never hear about this before?$ cat test.c
#include <stdio.h>
struct nested {
int n;
};
struct foo {
int member_a;
unsigned long member_b;
char *str;
void *ptr;
struct nested nested;
};
int main(void) {
struct foo f = {
.member_a = 123,
.member_b = 0x4141414141414141,
.str = "foobar",
.ptr = &f,
.nested = {.n = 42}
};
__builtin_dump_struct(&f, printf);
}
$ clang -o test test.c && ./test
struct foo {
int member_a = 123
unsigned long member_b = 4702111234474983745
char * str = "foobar"
void * ptr = 0x7fff1df41b78
struct nested nested = {
int n = 42
}
}
The number of people fantasizing about the quality of the snow leopard release is really saying something. Instead of wishing for another release like that, you should be wishing for a memory that still works.
"Consumers’ Mood Sours" They're not excited by new tariffs?
tedu
honked back 28 Mar 2025 15:22 -0400
in reply to: https://social.treehouse.systems/users/cb/statuses/114240317851724105
@cb oh right, forgot that. would kill for it on a laptop. just a subtle glow so I can find the port.
Oh man, it's been two years since the great chemical spill of 2023. I've gathered up all the great honks from that time in a limited edition anthology. https://honk.tedunangst.com/u/tedu/h/L1Gvk8RY1MpVMVkX42 https://honk.tedunangst.com/u/tedu/h/CyGd4Wdv79C3p7nMbT https://honk.tedunangst.com/u/tedu/h/w3X3ML174C644K8RQc https://honk.tedunangst.com/u/tedu/h/9jwhJMw3y88Ylvn7wg https://honk.tedunangst.com/u/tedu/h/6WqMyVtfB7wz34JL3f https://honk.tedunangst.com/u/tedu/h/C4Z5Vb5SY5bDwqfHX1
tedu
honked back 27 Mar 2025 23:49 -0400
in reply to: https://honk.tedunangst.com/u/tedu/h/n13jsgfh4FS2ZMT4T1
Coincidentally finished the three body problem series earlier this week. Will have some more notes in the next book roundup, but I liked it.
tedu
bonked 27 Mar 2025 23:43 -0400
original: honk@humungus.tedunangst.com
filter option on dms
filter option on dmsfilter option on dms
diff -r 159be3f80147 -r cd76d9b9250b hfcs.go
--- hfcs.go 2025-02-17 18:07:43 -0500 EST
+++ hfcs.go 2025-03-27 23:41:13 -0400 EDT
@@ -41,6 +41,7 @@ type Filter struct {
re_text *regexp.Regexp
IsReply bool `json:",omitempty"`
IsAnnounce bool `json:",omitempty"`
+ IsDM bool `json:",omitempty"`
AnnounceOf string `json:",omitempty"`
Reject bool `json:",omitempty"`
SkipMedia bool `json:",omitempty"`
@@ -347,6 +348,9 @@ func matchfilterX(h *Honk, f *Filter) st
rv += " reply"
}
}
+ if match && f.IsDM {
+ match = !h.Public
+ }
if match && f.IsAnnounce {
match = false
if h.Oonker != "" {
@@ -538,6 +542,7 @@ func savehfcs(w http.ResponseWriter, r *
filt.Actor = strings.TrimSpace(r.FormValue("actor"))
filt.IncludeAudience = r.FormValue("incaud") == "yes"
filt.OnlyUnknowns = r.FormValue("unknowns") == "yes"
+ filt.IsDM = r.FormValue("isdm") == "yes"
filt.Text = strings.TrimSpace(r.FormValue("filttext"))
filt.IsReply = r.FormValue("isreply") == "yes"
filt.IsAnnounce = r.FormValue("isannounce") == "yes"
diff -r 159be3f80147 -r cd76d9b9250b views/hfcs.html
--- views/hfcs.html 2025-02-17 18:07:43 -0500 EST
+++ views/hfcs.html 2025-03-27 23:41:13 -0400 EDT
@@ -20,6 +20,8 @@ <input tabindex=1 type="checkbox" id="in
<input tabindex=1 type="checkbox" id="incaud" name="incaud" value="yes"><span></span></label></span>
<span><label class=button for="unknowns">only unknowns:
<input tabindex=1 type="checkbox" id="unknowns" name="unknowns" value="yes"><span></span></label></span>
+<span><label class=button for="isdm">is DM:
+<input tabindex=1 type="checkbox" id="isdm" name="isdm" value="yes"><span></span></label></span>
<p><label for="filttext">text matches:</label><br>
<input tabindex=1 type="text" name="filttext" value="" autocomplete=off>
<p><span><label class=button for="isreply">is reply:
You know what would be way cooler than a backlit keyboard? A backlit USB port.
tedu
honked back 27 Mar 2025 22:08 -0400
in reply to: https://infosec.exchange/users/FritzAdalis/statuses/114237601818059600
Microsoft forgot to renew another domain? The gift that keeps on giving.
For immediate release: The High Council of Honk Threat Assessment Subcommittee has reevaluated the nicole spam situation and changed its classification from funny meme to gross admin incompetence.
tedu
honked back 27 Mar 2025 15:56 -0400
in reply to: https://queer.hacktivis.me/objects/4203d609-894e-48c8-94f8-cbc577059259
@lanodan that's one of my all time favorites. people who don't know about sleep just call gettime in a loop.
This relates directly to my explanation for why openbsd is "slow". Somebody does something dramatically stupid in a hot loop, but it happens to be optimized to hell and back on their platform, so they don't notice. Users will never blame the app ("works for me"), only the platform/os/etc. Does anybody say tiktok is poorly coded? No, they say firefox is slow.
The gamestonk bitcoin bubble rocket lasted all of one day.
Windows has this bubble animation it plays when you touch the screen, which unfortunately looks exactly like an air bubble under my screen protector, and I find it very disturbing.
I am once again begging letsencrypt to stop sending me emails saying that they're going to stop sending me emails.
Catching up on the tubes, and loving the GN video on physX on the 5080. https://www.youtube.com/watch?v=h4w_aObRzCc
Wait, hold on. Goldberg has the technical acumen to hack Waltz's phone and add himself to the Signal group? Do we think any other nation states are capable of such a feat, or does the Atlantic stand alone as the most sophisticated hacking operator on the planet? https://thehill.com/homenews/administration/5214186-waltz-atlantic-editor-signal-chat/
Hahaha, sovcits down under.
Is David Boreanaz actually a vampire? Why isn't he getting older?
🌶: memorizing the genome of a nematode would be more useful than learning shor's algorithm.
tedu
honked back 26 Mar 2025 12:53 -0400
in reply to: https://lain.com/objects/76240260-ab1e-4d70-a98b-be554234810a
tedu
bonked 26 Mar 2025 12:50 -0400
original: kyle@mister.computer
On August 19, 2024, I generated the first image with ChatGPT. I just told the new model, “make this photorealistic.”