Posts by skeletonadventure@fosstodon.org
(DIR) Post #AIAJoh2lOltzw9EnyK by skeletonadventure@fosstodon.org
2022-04-06T07:29:38Z
0 likes, 0 repeats
@RTP >smart toiletIt's finally come full circle, the joke every made when "smart" started invading household appliances. A toilet that analyzes your shit and uploads it to the internet. Brilliant.
(DIR) Post #AIN3aZf8yHkYmNul8a by skeletonadventure@fosstodon.org
2022-04-12T07:02:50Z
0 likes, 0 repeats
Been thinking about moving from a dumbphone to a Linux phone, probably Pine Phone Pro. I know people say it "isn't there yet" when comparing it to smart phones, but for a dumbphone user it seems like an upgrade.
(DIR) Post #AINu4rp1DPTXP4Icfg by skeletonadventure@fosstodon.org
2022-04-12T20:47:13Z
0 likes, 0 repeats
@pavot Really? I've seen videos of it making calls and texts before.
(DIR) Post #AIPvp6MbyBxu5xXg3M by skeletonadventure@fosstodon.org
2022-04-13T20:16:12Z
0 likes, 0 repeats
@pavot That's disappointing, but it looks like it might be viable within a year, all I need is reliable calls and texts, anything else is a bonus.
(DIR) Post #AJ6Mw9sSL6PQO3cmDQ by skeletonadventure@fosstodon.org
2022-05-04T07:37:54Z
0 likes, 0 repeats
@kev J*r J*r B*nks
(DIR) Post #AJEjxRsYLXPEPToTUe by skeletonadventure@fosstodon.org
2022-05-08T08:30:45Z
0 likes, 0 repeats
@volpeon The Haskell toolchain can be such a huge pain to set up. It is especially bad on Arch where you are encouraged to use the hardly working dynamic binaries in the Arch repo. Ghcup up is the way to go, though, took me a year of trying out everyting to figure that out.
(DIR) Post #AJMRddF09I3LwlOSrA by skeletonadventure@fosstodon.org
2022-05-11T20:53:53Z
0 likes, 1 repeats
NVIDIA actually released something under GPL, never thought I would see the day. https://developer.nvidia.com/blog/nvidia-releases-open-source-gpu-kernel-modules/
(DIR) Post #AJUx5zPdxav0fA3KNs by skeletonadventure@fosstodon.org
2022-05-16T01:43:58Z
0 likes, 0 repeats
@volpeon Affirmative
(DIR) Post #AJzG7UDs1YDDc8NqxU by skeletonadventure@fosstodon.org
2022-05-30T19:10:41Z
0 likes, 0 repeats
@urusan I think digital data just won't last that long. If it doesn't end up being deleted when a server host shuts everything down, then it will die from bit rot in a few short decades. It has to be actively maintained.
(DIR) Post #AK8CNjEBLub3OHes0O by skeletonadventure@fosstodon.org
2022-06-04T02:41:12Z
0 likes, 0 repeats
@urusan I am producing 1000G radiation in all directions.
(DIR) Post #AKMCfkWJeWTYe1CRvM by skeletonadventure@fosstodon.org
2022-06-10T20:50:24Z
0 likes, 0 repeats
@nerdtronics I really like history heresy a la Randall Carlson and Graham Hancock. There are some pretty obvious holes in the traditional interpretation of ancient human history, and this channel does a good job showing them off.https://www.youtube.com/channel/UCsIlJ9eYylZQcyfMOPNUz9w
(DIR) Post #ALItpZq3GOmSR7qF1M by skeletonadventure@fosstodon.org
2022-07-09T04:27:16Z
0 likes, 0 repeats
@safiuddinkhan It's not even known who did it...
(DIR) Post #ALIuQqbPtlEJ8xlgYa by skeletonadventure@fosstodon.org
2022-07-09T04:34:01Z
0 likes, 0 repeats
@fatboy I think he might still be looking to buy Twatter, but with a much lower price tag due to the many reasons his legal team listed.
(DIR) Post #ALMcEKymnpaz5Br80u by skeletonadventure@fosstodon.org
2022-07-10T23:28:53Z
0 likes, 0 repeats
@nerdtronics Haskell packages on Arch are weird to say the least. Haskell is a statically linked language by default. Which means Haskell programs generally aren't made with dynamic linking in mind, so what does Arch do? Put all of the Haskell packages into their repo, dynamically linked. It breaks bi-monthly. The only sensible course of action is to ignore the Arch repo and use GHCup and Stack like a normal Haskell dev. I am really not sure who the Arch devs are trying to appeal to with this.