irelephant [he/him]
Alt of @irelephant@lemm.ee
- 11 Posts
- 25 Comments
irelephant [he/him]@programming.devOPto Python@programming.dev•what does pip do to not suck?1·7 hours agoI was thinking of making a simple SSG (Static Site Generator), and I wanted to make it in lua.
some other cli tools, like scraping scripts as well.
irelephant [he/him]@programming.devOPto No Stupid Questions@lemmy.world•How can we make lemmy have more relevance?31·1 day agoI’m a big fan of what it is, but I’d love if there was something unique people could come here for, I’m describing it terribly though.
irelephant [he/him]@programming.devOPto No Stupid Questions@lemmy.world•How can we make lemmy have more relevance?2·1 day agoIt would be nice to hear about it in other places.
irelephant [he/him]@programming.devto Ask Lemmy@lemmy.world•Is there any lemmy server hosted from the USA ?1·1 day agohetzner is a very popular cloud hosting provider.
irelephant [he/him]@programming.devOPto Python@programming.dev•what does pip do to not suck?2·1 day agoAh, I’m the one who misread, sorry.
Yeah, compiling things from scratch is the norm for lua packages, making them really only work on linux.
irelephant [he/him]@programming.devOPto Python@programming.dev•what does pip do to not suck?1·1 day agoSorry if it was unclear, I constantly get cryptic gcc errors using luarocks a package manager for lua. Its years behind pip.
irelephant [he/him]@programming.devOPto Python@programming.dev•what does pip do to not suck?1·1 day agoPip does fail sometimes, but its not half as bad as luarocks.
irelephant [he/him]@programming.devOPto Python@programming.dev•what does pip do to not suck?1·1 day agoThe instructions don’t work half the time.
irelephant [he/him]@programming.devOPto Python@programming.dev•what does pip do to not suck?1·1 day agoLua runs everywhere (almost), but I cannot install a uuid library on windows.
irelephant [he/him]@programming.devOPto Python@programming.dev•what does pip do to not suck?2·1 day agoCompared to luarocks, pip is amazing.
irelephant [he/him]@programming.devOPto Python@programming.dev•what does pip do to not suck?2·2 days agoLack of windows support for most luarocks modules has stopped me from writing a lot of stuff in lua.
irelephant [he/him]@programming.devOPMto Software Gore@programming.dev•Christopher went for a long run this evening.9·2 days agoits

so,
irelephant [he/him]@programming.devOPMto Software Gore@programming.dev•Complete list of every reason to keep Mcaffee.5·3 days agoIts no thanks because you are making sure you are giving them no thanks.
irelephant [he/him]@programming.devOPMto Software Gore@programming.dev•Very underrated song.5·3 days agoI think piping something into aplay works, but I used a different command. I’ll share it if I find it.
irelephant [he/him]@programming.devOPMto Software Gore@programming.dev•Very underrated song.2·3 days agoEmbedding Youtube videos like that doesn’t work, it has to be the raw video/image file.
irelephant [he/him]@programming.devto Fedibridge@lemmy.dbzer0.com•List of support/meta communities for each instanceEnglish2·3 days ago@threelonmusketeers@sh.itjust.works , you should add this to the list.
irelephant [he/him]@programming.devto Fedibridge@lemmy.dbzer0.com•List of support/meta communities for each instanceEnglish2·3 days ago@originalucifer@moist.catsweat.com, would !ServerNonsense@moist.catsweat.com count as a support/meta community?
irelephant [he/him]@programming.devOPMto Software Gore@programming.dev•Very underrated song.8·3 days agoA while ago I found a command which would let you pipe anything (binary, text etc) into sound.
/usr/bin/ls sounded nice, /dev/random sounded like static.
irelephant [he/him]@programming.devOPMto Software Gore@programming.dev•Chrome PDF Viewer crashed when printing a document.71·4 days agoI read this, but it could be wrong
Printer ink is now the most expensive fluid that a civilian can purchase without a special permit. It’s colored water that costs $10k/gallon, which means that you print out your grocery lists with liquid that costs more than the semen of a Kentucky Derby-winning stallion.
Thanks, this is the explanation I was looking for.
Also, lua is the same, packages are either written in c or pure lua.