@whitequark wow yeah ok that is fast
Notices by Graham Sutherland / Polynomial (gsuberland@chaos.social)
-
Embed this notice
Graham Sutherland / Polynomial (gsuberland@chaos.social)'s status on Saturday, 02-Aug-2025 00:13:48 JST Graham Sutherland / Polynomial
-
Embed this notice
Graham Sutherland / Polynomial (gsuberland@chaos.social)'s status on Saturday, 02-Aug-2025 00:13:47 JST Graham Sutherland / Polynomial
@whitequark I suspect the bottleneck on a lot of devices I've used is the piddly-ass processor they stick in it, rather than the display.
-
Embed this notice
Graham Sutherland / Polynomial (gsuberland@chaos.social)'s status on Friday, 01-Aug-2025 23:21:52 JST Graham Sutherland / Polynomial
@whitequark that does look faster than I usually see.
-
Embed this notice
Graham Sutherland / Polynomial (gsuberland@chaos.social)'s status on Friday, 01-Aug-2025 23:20:13 JST Graham Sutherland / Polynomial
@whitequark how fast are the interactions on it? that's been what kept me away from e-readers. click a page link and... is it slow or did it just not register my press?
-
Embed this notice
Graham Sutherland / Polynomial (gsuberland@chaos.social)'s status on Thursday, 31-Jul-2025 06:56:53 JST Graham Sutherland / Polynomial
chodejs
-
Embed this notice
Graham Sutherland / Polynomial (gsuberland@chaos.social)'s status on Wednesday, 30-Jul-2025 22:51:49 JST Graham Sutherland / Polynomial
@SwiftOnSecurity have you ever looked at codesearch (csearch / cindex)? same kind of idea, except fancier.
it builds an index of token sequences as a database during the indexing operation, then has a regex implementation built on top of that token database so you can instantly grep a huge codebase.
I use it all the time in source code assessments because a ~1hr indexing operation saves me so much more time over a few weeks of work.
-
Embed this notice
Graham Sutherland / Polynomial (gsuberland@chaos.social)'s status on Tuesday, 29-Jul-2025 10:47:07 JST Graham Sutherland / Polynomial
@jacqueline ah, Tangara Jukebox Edition
-
Embed this notice
Graham Sutherland / Polynomial (gsuberland@chaos.social)'s status on Monday, 28-Jul-2025 22:40:24 JST Graham Sutherland / Polynomial
@whitequark ... I would bet money that the compiler generates exactly equivalent or worse code with this "optimisation" in place compared to without it.
-
Embed this notice
Graham Sutherland / Polynomial (gsuberland@chaos.social)'s status on Monday, 28-Jul-2025 08:41:02 JST Graham Sutherland / Polynomial
"cyber blast"
u fkin wot m8
-
Embed this notice
Graham Sutherland / Polynomial (gsuberland@chaos.social)'s status on Sunday, 27-Jul-2025 00:43:25 JST Graham Sutherland / Polynomial
every time I try to write something that has to process video I start out thinking "cool I'm going to use a library for this so I can write it in something other than C or C++" and then I discover that the library doesn't expose the exact feature I need from the underlying ffmpeg libraries.
-
Embed this notice
Graham Sutherland / Polynomial (gsuberland@chaos.social)'s status on Saturday, 26-Jul-2025 21:24:33 JST Graham Sutherland / Polynomial
after recently reviewing a bunch of go I have concluded that I don't like go
-
Embed this notice
Graham Sutherland / Polynomial (gsuberland@chaos.social)'s status on Saturday, 26-Jul-2025 21:24:32 JST Graham Sutherland / Polynomial
I don't even have a concrete reason for it that I could explain. I even sorta like a few things, such as the multiple returns being a first class feature, although the syntax for it feels gross to me for some inexplicable reason. the language just rubs me the wrong way.
-
Embed this notice
Graham Sutherland / Polynomial (gsuberland@chaos.social)'s status on Saturday, 26-Jul-2025 21:24:30 JST Graham Sutherland / Polynomial
this has been my vibe review of go
-
Embed this notice
Graham Sutherland / Polynomial (gsuberland@chaos.social)'s status on Saturday, 26-Jul-2025 21:03:41 JST Graham Sutherland / Polynomial
@whitequark I wasn't sure if it was a logic joke that unintentionally ended up as a SQL joke, or an intentional SQL joke that just so happened to also be a logic joke
-
Embed this notice
Graham Sutherland / Polynomial (gsuberland@chaos.social)'s status on Saturday, 26-Jul-2025 21:00:55 JST Graham Sutherland / Polynomial
did Zach accidentally make an SQL injection joke here without intending to make an SQL injection joke
-
Embed this notice
Graham Sutherland / Polynomial (gsuberland@chaos.social)'s status on Saturday, 26-Jul-2025 21:00:45 JST Graham Sutherland / Polynomial
just noticed I reflexively type "an SQL injection" even though I pronounce it as "sequel" rather than "s-q-l" out loud. weird.
-
Embed this notice
Graham Sutherland / Polynomial (gsuberland@chaos.social)'s status on Saturday, 26-Jul-2025 05:36:31 JST Graham Sutherland / Polynomial
so how long do we reckon it'll be until we see a story about a VPN company having quietly thrown a bunch of money into lobbying for the online safety act, knowing full well that it'll net them thousands of customers?
-
Embed this notice
Graham Sutherland / Polynomial (gsuberland@chaos.social)'s status on Saturday, 26-Jul-2025 04:03:53 JST Graham Sutherland / Polynomial
new t-shirt
-
Embed this notice
Graham Sutherland / Polynomial (gsuberland@chaos.social)'s status on Thursday, 24-Jul-2025 08:21:46 JST Graham Sutherland / Polynomial
@piko @narylis @whitequark we regret to inform you that the maintainer of breadrollgpkg is a bigot
-
Embed this notice
Graham Sutherland / Polynomial (gsuberland@chaos.social)'s status on Thursday, 24-Jul-2025 05:22:30 JST Graham Sutherland / Polynomial
@whitequark usually there's a mechanism to prevent that where you publish a message hash or similar proof to the server (with sufficient blinding to prevent the server itself knowing anything useful about the message)