Search
80 results for “lukeshu”
-
You're the only name in the log. (-:
https://git.parabola.nu/abslibre.git/tree/pcr/jdebp-redo
I'm just giving the packagers (those that I know about and are easily contactable, at any rate) a tap on the shoulder before the rest of the world explicitly learns that #redo 1.5 is up.
https://jdebp.uk/Softwares/redo/
(Po-Chuan Hsieh of #FreeBSD is still using a URL that has not worked since Brexit. 17 million people voted that I should not have my domain name. (-:)
#djbwares 10 is next.
-
OK, I've added 1e1 conversions to https://github.com/LukeShu/inferno-manpages/ . And so I've emailed the cat-v.org mailing list about those maybe being better than what's currently on man.cat-v.org
-
OK, I've added 1e1 conversions to https://github.com/LukeShu/inferno-manpages/ . And so I've emailed the cat-v.org mailing list about those maybe being better than what's currently on man.cat-v.org
-
OK, I've added 1e1 conversions to https://github.com/LukeShu/inferno-manpages/ . And so I've emailed the cat-v.org mailing list about those maybe being better than what's currently on man.cat-v.org
-
OK, I've added 1e1 conversions to https://github.com/LukeShu/inferno-manpages/ . And so I've emailed the cat-v.org mailing list about those maybe being better than what's currently on man.cat-v.org
-
Yesterday:
- Between the power being out & my brain being broken, not muchToday:
- Updated https://www.lukeshu.com/imworkingon/ to get "last updated" for pipermail mailinglist archives
- Wrote some notes on email message threading https://www.lukeshu.com/blog/message-threading.html
- Wrote a bit at https://www.lukeshu.com/imworkingon/ about why this week's work on #GNU #binutils is important. #supply_chain_attackIf any of this seems useful or important to you, plz consider throwing a few dollars my way https://www.lukeshu.com/sponsor/
-
What I did yesterday, what I'm hopefully wrapping up today:
- Tracking down where all of the bundled files in #GNU #binutils came from, and writing tooling to keep track of them: https://fosstodon.org/@lukeshu/112567161882177886
-
I actually looked for contact details for Po-Chuan Hsieh, for the FreeBSD port, so that I could let xem know how messed up that port was; as I noted before. But there's only a wildly (a decade) out of date LinkedIn listing and an opaque FreeBSD account.
The Parabola packaging of redo is several versions out of date, and has the pre-pre-Brexit URLs. Arch is on 1.4 at least but using the pre-Brexit URLs.
I don't even know about Void, Hyperbola, et al.
-
I think that you possibly hadn't noticed before because it wasn't NetBSD; but now I've ported all three of #redo, #djbwares, and #nosh to NetBSD (testing on a non-amd64 architecture, no less!), as you've probably seen over the past few months. So now there's a system for building #NetBSD packages alongside Debian's, FreeBSD's, and OpenBSD's.
-
It has always been capable of building its own packages, by the way. (And since it's slashpackage, one can by design just package/compile it self-contained and not do the subsequent packaging step.)
https://jdebp.uk/FGA/slashpackage.html#OSPackaging
It's not a Debian thing. Quite the opposite. For a long time no-one packaged any of this at all, so I made packages for people myself. Even now, no-one at all packages djbwares and there is only one that packages nosh.
-
I'm curious how knowledge of the 1.5 source archive even reached any packagers.
That was not listed on the WWW pages at all but only on a GOPHER site that's explicitly for people to get bonus content such as access to in-development source, and comes with an explicit warning in the GOPHER menu.
The published source archives listed on the WWW, as well as the GitHub snapshot, were still at 1.4. I had only just ticked them over to 1.5 when I sent that nudge out. (-:
-
The problem with having a wooden keyboard in a state with dry air.
#keyboardio #keyboardiomodel100 #mechanicalkeyboard #Colorado
-
Something I miss about the old #Identica is how weirdly well it ranked on Google. Like I could dent something like "The factory service manual doesn't mention it, but when removing the passenger-side CV axle on a 2000 #Infiniti #i30 you need to unbolt the support bearing (part 22 in the diagram) from the support bracket (part 23)" and somehow that dent would suddenly be in the top 5 results for "2000 infiniti i30 cv axle". On #Mastodon sharing such information feels like shouting into the void.
-
Something I miss about the old #Identica is how weirdly well it ranked on Google. Like I could dent something like "The factory service manual doesn't mention it, but when removing the passenger-side CV axle on a 2000 #Infiniti #i30 you need to unbolt the support bearing (part 22 in the diagram) from the support bracket (part 23)" and somehow that dent would suddenly be in the top 5 results for "2000 infiniti i30 cv axle". On #Mastodon sharing such information feels like shouting into the void.
-
@matt The stipple was great when first configuring LCD displays. It would be instantly clear whether you got the resolution correct or not (Moiré & other artifacts or no). I never found another pattern that worked so well for that. When I did IT circa 2010 I had a little 4x4 .png of it I'd carry around on thumb drive to set the background to even on Windows computers to verify the resolution. #XWindowSystem #X11
-
What I've been doing the last 3 days:
- Working on a `./bootstrap` for #GNU #binutils ...What I'm doing today:
- ...finished and sent it! https://sourceware.org/pipermail/binutils/2024-June/134608.html
- Finally responding to feedback on other changes I've sent off. -
@[email protected]
I've tracked down where *almost* all the bundled files in
#GNU #binutils came from; pinning down1 rev of autoconf
1 rev of gettext
1 rev of libtool
1 rev of readline
2 revs of automake
2 revs of GNU config
2 revs of texinfo
2 revs of gnulib
2 revs of zlib
7 revs of GCCStill TODO: (not hard, just not done yet)
config.rpath
config/ChangeLog
config/ax_lib_socket_nsl.m4
config/bootstrap-hwasan.mk
ltmain.sh
readline/readline/support/config.rpath
readline/readline/support/mkinstalldirs -
ltmain.sh isn't a source file, it's the compiled output of a bunch of m4 code from libtool. The version of ltmain.sh in #GNU #binutils does not correspond to any version of the libtool sources (release tarballs or libtool.git). We don't have the Complete Corresponding Source to binutils' ltmain.sh! #GPLviolation :P
(It has a --no-finish flag that no libtool sources have ever had.)
-
Sending the worker SIGCHLD doesn't help. I'm not sure how libruby sets up the signal handlers.
I'm now trying dropping `processes=4` from the #uWSGI config and only using rbthreads. If that doesn't solve the issue, then I'll try dropping `master=true`.
-
Progress made on figuring out the #Parabola #Redmine lockups. Sometimes when doing `sub process expansion`, rb_f_backquote gets stuck in waitpid_wait, even though the process has exited and is now a zombie. So then that worker process stops being able to do work. Eventually all #uWSGI's workers have this happen, and all requests become 504s. Eventually the buffer of connections fills up, and these turn into 502s. Not sure if this is the same as https://github.com/unbit/uwsgi/issues/2521 . This is with #Ruby 2.7.8
-
Almost 10 years of use later, still a fan of #uWSGI. Still not a fan of the uWSGI docs.
-
Is the #ArchLinux #redmine package just broken? Or am I being extra dumb? bundler/setup complains about pg version mismatch between Gemfile and Gemfile.local, and if comment out the line in Gemfile, then I get an error about it being unable to load json?
-
@larsbrinkhoff https://github.com/larsbrinkhoff/sixel/blob/master/vt220.txt says "This has been tested on a real VT220", but has it been tested on an emulated #VT220? I can't find an emulator that supports VT220-style sixels, and I'd love to be able hack on programs targeting the VT220 when I'm away from my desk.
-
-
https://www.lovenhl.com/1438008/ Jack Hughes Talks Playing With Luke & Quinn Joining NJ Devils? ##lukehughes ##newjerseydevilshockey ##newjerseydevilsnews ##newjerseydevilspodcast ##newjerseydevilsupdates ##nhlrumor ##NJDevils ##njdevilshockey ##njdevilsnews ##njdevilspodcast ##njdevilsupdates ##runninwiththedevils #Canucks #Devils #EasternConference #hockey #JackHughes #MetropolitanDivision #NewJerseyDevils #NewJerseyDevils #NHL #nhlrumors #quinnhughes #VancouverCanucks
-
#Darts #worldchampion #LukeHumphries #voices his #support for #trans #player #NoaLynnVanLeuven
Having #transitioned in 2021, van Leuven will make #history as the first #trans #player to take part in the #ProfessionalDartsCorporation (#PDC) #WorldChampionship, at #AlexandraPalace next month.
#Women #Transgender #LGBTQ #LGBTQIA #Entertainment #Sports #Darts #Representation #Culture
https://www.thepinknews.com/2024/11/11/darts-world-champion-luke-humphries-noa-lynn-van-leuven/
-
New Jersey Devils Fans BOO Luke Hughes LOUDLY #njdevils #lukehughes #shortsvideo #short #shorts https://www.rawchili.com/4782301/ ##jackhughes ##lukehughes ##newjerseydevilsnews ##newjerseydevilspodcast ##newjerseydevilsupdates ##njdevilsnews ##njdevilspodcast ##njdevilsupdates ##runninwiththedevils ##RWTD ##shortsvideo ##shortvideo #Devils #hockey #Hughes #NewJerseyDevils #NewJerseyDevils #NHL #NJDevils #short #shorts
-
New Jersey Devils Fans BOO Luke Hughes LOUDLY #njdevils #lukehughes #shortsvideo #short #shorts https://www.rawchili.com/4782301/ ##jackhughes ##lukehughes ##newjerseydevilsnews ##newjerseydevilspodcast ##newjerseydevilsupdates ##njdevilsnews ##njdevilspodcast ##njdevilsupdates ##runninwiththedevils ##RWTD ##shortsvideo ##shortvideo #Devils #hockey #Hughes #NewJerseyDevils #NewJerseyDevils #NHL #NJDevils #short #shorts
-
https://www.lovenhl.com/1493823/ NJ Devils Fans Boo Luke Hughes #njdevils #lukehughes #shortsvideo #short #shorts ##lukehughes ##newjerseydevilsnews ##newjerseydevilspodcast ##newjerseydevilsupdates ##NJDevils ##njdevilsnews ##njdevilspodcast ##njdevilsupdates ##runninwiththedevils ##RWTD #Devils #EasternConference #hockey #Hughes #JackHughes #MetropolitanDivision #NewJerseyDevils #NewJerseyDevils #NHL #short #shorts #shortsvideo #shortvideo