@technomancy omg that's so whack. programs should not beep at me unless they're literally a synthesizer software.
Notices by gwemprine (gwenprime@www.librepunk.club)
-
Embed this notice
gwemprine (gwenprime@www.librepunk.club)'s status on Thursday, 16-May-2024 10:43:06 JST gwemprine -
Embed this notice
gwemprine (gwenprime@www.librepunk.club)'s status on Thursday, 16-May-2024 10:31:38 JST gwemprine if your REPL doesnt accept <ctrl-c> as the command to quit it's an awful REPL
-
Embed this notice
gwemprine (gwenprime@www.librepunk.club)'s status on Thursday, 16-May-2024 10:31:37 JST gwemprine LOOKING AT YOU PYTHON
(i have literally always hated python) -
Embed this notice
gwemprine (gwenprime@www.librepunk.club)'s status on Thursday, 16-May-2024 10:31:35 JST gwemprine node you're not getting off easy, why on gods green earth you you make me type it twice
-
Embed this notice
gwemprine (gwenprime@www.librepunk.club)'s status on Thursday, 16-May-2024 10:31:33 JST gwemprine Lua my beloved,,,,
thank you. -
Embed this notice
gwemprine (gwenprime@www.librepunk.club)'s status on Thursday, 16-May-2024 10:31:31 JST gwemprine perl! perl you did it I'm so proud
-
Embed this notice
gwemprine (gwenprime@www.librepunk.club)'s status on Thursday, 16-May-2024 10:31:28 JST gwemprine I don't have ruby installed apparently but iirc it's fine
-
Embed this notice
gwemprine (gwenprime@www.librepunk.club)'s status on Wednesday, 24-Apr-2024 06:09:09 JST gwemprine Please observe this Windows 95 Video Guide starring Jennifer Aniston and Mathew Perry who are basically just doing a watered down version of their characters from friends but talking about how to operate a computer:
https://archive.org/details/Microsoft_Windows_95_Video_Guide_1995_Uncut_VHS_x264_Aw.mkv -
Embed this notice
gwemprine (gwenprime@www.librepunk.club)'s status on Wednesday, 24-Apr-2024 06:09:07 JST gwemprine Why did microsoft make this? Why did these two agree to be in it??? How much did they charge for it????
In conversation from librepunk.club permalink -
Embed this notice
gwemprine (gwenprime@www.librepunk.club)'s status on Sunday, 14-Apr-2024 18:48:32 JST gwemprine But the hand that feeds me is so cute
*bites*In conversation from librepunk.club permalink -
Embed this notice
gwemprine (gwenprime@www.librepunk.club)'s status on Thursday, 01-Feb-2024 14:13:22 JST gwemprine @technomancy I still set mine to the top. Old habits and such
In conversation from librepunk.club permalink -
Embed this notice
gwemprine (gwenprime@www.librepunk.club)'s status on Wednesday, 24-Jan-2024 07:57:20 JST gwemprine The list of features I actually want in a watch:
- time and date (duh)
- radio time sync
- sunrise/sunset times (these can be based on the TZ city I select, my casio already knows I'm in NYC, the rest is just math)
- timer
- stopwatch
- does not look like a cluttered transformer toy
features I want if it's "smart"
- alerts from my calendar app
- TZ and sun times are set via GPS
- (optional) silly little custom faces that are easy to implement yourself
that's it. I do not want apps, advertising, personal data mining, or literally any of the other shit that's actually in smart watches
In conversation from librepunk.club permalink -
Embed this notice
gwemprine (gwenprime@www.librepunk.club)'s status on Friday, 19-Jan-2024 13:26:08 JST gwemprine x = {
__type = 'number',
}
y = setmetatable({}, x)
print(type(y)) -- 'table'
_G.old_type = type
type = function(target)
local mt = getmetatable(target)
if mt and mt.__type and type(mt.__type) == 'string' then
return mt.__type
end
return old_type(target)
end
print(type(y)) -- 'number'In conversation from librepunk.club permalink -
Embed this notice
gwemprine (gwenprime@www.librepunk.club)'s status on Saturday, 13-Jan-2024 05:24:59 JST gwemprine How to pick a configuration language according to me:
- If you're horny for markdown pick yaml
- if you still like .ini files but wanna hang with the cool kids pick toml
- if you just want it to work pick json
In conversation from librepunk.club permalink -
Embed this notice
gwemprine (gwenprime@www.librepunk.club)'s status on Friday, 12-Jan-2024 03:46:32 JST gwemprine the longer i spend with doses (my project for sending sections of code out of vim and into strange bits of software) the more i realize it may be one of my most blursed computer crimes
In conversation from librepunk.club permalink -
Embed this notice
gwemprine (gwenprime@www.librepunk.club)'s status on Friday, 12-Jan-2024 03:46:30 JST gwemprine like I really thought "you know what I need? I need pretend nvim is a REPL"
In conversation from gnusocial.jp permalink -
Embed this notice
gwemprine (gwenprime@www.librepunk.club)'s status on Tuesday, 19-Dec-2023 02:26:37 JST gwemprine think I can import the masto-most-followed list as a block list?
In conversation from librepunk.club permalink -
Embed this notice
gwemprine (gwenprime@www.librepunk.club)'s status on Friday, 15-Dec-2023 04:09:04 JST gwemprine the art of catching a large promise from a tiny little await in a big async function.
In conversation from librepunk.club permalink -
Embed this notice
gwemprine (gwenprime@www.librepunk.club)'s status on Friday, 15-Dec-2023 04:09:03 JST gwemprine i will never not be bummed that the web runs on javascript instead of lua.
we could have had stackfull coroutines instead of promisesIn conversation from gnusocial.jp permalink -
Embed this notice
gwemprine (gwenprime@www.librepunk.club)'s status on Friday, 15-Dec-2023 04:09:02 JST gwemprine this is the dumbest thing i've ever made.
In conversation from librepunk.club permalink Attachments