Kaelygon

joined 1 year ago
[–] Kaelygon@lemmy.world 1 points 1 week ago

I genuinely thought symlinking these files was standard because how many people I have seen suggesting it. I have had this issue so many times when I needed to that one program updated but there's no newer libraries in AUR. Surprisingly, I haven't had issues and I've been doing this past 5 years on my personal system. So I guess I consider compiling from source next time.

[–] Kaelygon@lemmy.world 3 points 1 week ago (1 children)

It did brush my mind as I'm still baffled about some abortion laws even if there's no brain development. But if it was an egg, it would be hard to enforce it and some eggs aren't fertilized. I bet someone would try to outlaw having a miscarriage if they could.

[–] Kaelygon@lemmy.world 2 points 1 week ago

The more you know. So it could be more likely that humans sat on their eggs to keep them warm, or they would have been limited to tropical climates. Humans would have evolved very differently regardless.

[–] Kaelygon@lemmy.world 5 points 1 week ago (2 children)

Yes, my parents used to have chickens. It's unlikely that the incubation period would be 9 months and being oviparous has It's own challenges. If humans did evolve that route I'd imagine that we'd have overcome most of the issues. Dinosaurs being one example, it's possible humans would be cold blooded and have learned the joy of regurgitation. It comes down to speculation whether human like intelligence could have evolved with these limitations.

[–] Kaelygon@lemmy.world 9 points 1 week ago (2 children)

Dinosaurs were pretty big too

 

-Easier birth control: Make the egg into an omelette

-Relaxed child support laws: Requires deliberate decision to incubate the egg

-Clean packaged periods: Egg = No mess!

Although, there would be stories about partners hiding fertilized eggs: Instead of unplanned parenthood we would have unconsensual parenthood

There's probably more nuances I am missing. But do discuss it in the comments.

[–] Kaelygon@lemmy.world 5 points 2 weeks ago

Once the phone runs out of battery, send it to warranty repair

[–] Kaelygon@lemmy.world 2 points 3 weeks ago

Seeders get leeches

[–] Kaelygon@lemmy.world 1 points 3 weeks ago

I rarely use earbuds but when I do, I always use wired ones. That's why when I am buying a new phone, first priority is head phone jack. My current earbuds are some 20€ Sony ones and they do the job when I have to listen something in public.

[–] Kaelygon@lemmy.world 5 points 4 weeks ago (10 children)

One more reason to subscribe to float plane

[–] Kaelygon@lemmy.world 21 points 1 month ago* (last edited 1 month ago) (1 children)

this took me a while but after converting to ascii in hex I get it

"())(" = 40 41 41 40

"()()" = 40 41 40 41

As long your strings aren't null terminated

 

Clip from Stand-up Maths video https://youtu.be/pgyI8aPctaI?t=75

[–] Kaelygon@lemmy.world 8 points 8 months ago (1 children)

I later figured that pkill -9 -f "\.exe" works if wineserver -k doesn't. And that killing wineserver by calling killall wineserver is bad

[–] Kaelygon@lemmy.world 14 points 8 months ago (1 children)

Interesting! I also noticed that search engines give proper results because those are trained differently and using user search and clicks. I think these popular models could give proper answer but their safety tolerance is too tight that if the AI considers the input even slightly harmful it refuses to answer.

677
submitted 8 months ago* (last edited 8 months ago) by Kaelygon@lemmy.world to c/programmerhumor@lemmy.ml
 

edit: fixed thumbnail

 

I was impatient waiting the crops to grow, so I recorded this clip of the contraption.

There's space for 20 rows of pumpkins and each row is 87 blocks which that adds up to 1740 when fully grown

 

1-2 years ago I started a play through where I can't update to next version until I have collected all obtainable items. I used prism launcher to do this. Later I added few exceptions such as potion, enchanted book, arrows and firework permutations, that I only need to obtain only one of them if they have different item ID.

Full list of items and exceptions: https://pastebin.com/UivnM8TR

Statistics or prism launcher isn't quite accurate, but my 2hz redstone clock says 0x2F5D00 = 430 hours, which I made in beta 1.7 around day 400 and it has been running since. According to the pastebin notes I finished beta 1.7 at 83hr 42min playtime and combined 510 hours sounds about right. I rarely sleep in game because I'm underground.

I posted the updated redstone clock here at lemmy some time ago.

 

This is my long term survival map where I get every obtainable item (with few exceptions) in a version before updating to next version. This used to be piston flip flops, but they proved to be incredibly unreliable in few versions, so I opted for comparators and it hasn't required maintenance since.

In the video it is displaying 301503 which is about 42 hours. My flip flop design

The principle is simple, 32 flip flops chained up which counts up in binary 2 times in second. The display is little endian and split to 4 bits so I can more easily convert it to hexadecimal in my head. I use the time stamps as journal entries. But making compact redstone and routing bits to displays complicates everything. The chunks should always be loaded as this is near spawn and I am using hoppers to extend loaded chunks.

The timer is still running at 1.20 displaying 28BEB0 which is about 371 hours. I have made minor changes since and it has reset and the bits can be adjusted manually.

 

Hello, I am new to the site and I am wondering if I am doing something wrong or if this is a browser limitation. Linking images to posts seem to work fine, but this is not an option for avatar icons

I am getting strange JSON errors whenever I attempt to upload or paste images either in posts or at profile settings "Browse..."

I am not too familiar debugging/logging browsers, but here's some logs I found from both Firefox and Chromium

OS: Arch Linux 6.4.7 Browsers: Mozilla Firefox 116.0, Chromium 115.0.5790.110-1

Error attempting to upload avatar icon: Firefox

XHRPOST
https://lemmy.world/pictrs/image
[HTTP/2 403 Forbidden 22ms]

pictrs upload: client.js:2:1776534
Object { state: "failed", msg: SyntaxError }
client.js:2:1776564
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data client.js:2:1776766
    handleImageUpload https://lemmy.world/static/fd8d452/js/client.js:2
    (Async: promise callback)
    handleImageUpload https://lemmy.world/static/fd8d452/js/client.js:2
    n https://lemmy.world/static/fd8d452/js/client.js:2
DEPRECATION NOTICE: "backgroundColor" is being deprecated. Please use the "style.background" property. client.js:2:509245

Chromium

client.js:2     POST https://lemmy.world/pictrs/image 403
(anonymous) @ client.js:2
x @ client.js:2
(anonymous) @ client.js:2
(anonymous) @ client.js:2
u @ client.js:2
uploadImage @ client.js:2
(anonymous) @ client.js:2
p @ client.js:2
(anonymous) @ client.js:2
(anonymous) @ client.js:2
e @ client.js:2
s @ client.js:2
(anonymous) @ client.js:2
(anonymous) @ client.js:2
o.handleImageUpload @ client.js:2
(anonymous) @ client.js:2
client.js:2 pictrs upload:
client.js:2 {state: 'failed', msg: SyntaxError: Unexpected token '<', ")}
client.js:2 SyntaxError: Unexpected token '<', ")
(anonymous) @ client.js:2
Promise.then (async)
o.handleImageUpload @ client.js:2
(anonymous) @ client.js:2
client.js:2 DEPRECATION NOTICE: "backgroundColor" is being deprecated. Please use the "style.background" property.
buildToast @ client.js:2
showToast @ client.js:2
Xe @ client.js:2
(anonymous) @ client.js:2
Promise.then (async)
o.handleImageUpload @ client.js:2
(anonymous) @ client.js:2

Error attempting to upload image in post by clicking "upload image" Mozilla

XHRPOST
https://lemmy.world/pictrs/image
[HTTP/2 403 Forbidden 26ms]

pictrs upload: client.js:2:1731897
Object { state: "failed", msg: SyntaxError }
client.js:2:1731927
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data client.js:2:1732538
    e https://lemmy.world/static/fd8d452/js/client.js:2
    p https://lemmy.world/static/fd8d452/js/client.js:2
    C https://lemmy.world/static/fd8d452/js/client.js:2
    w https://lemmy.world/static/fd8d452/js/client.js:2
    e https://lemmy.world/static/fd8d452/js/client.js:2
    s https://lemmy.world/static/fd8d452/js/client.js:2
    (Async: promise callback)
    e https://lemmy.world/static/fd8d452/js/client.js:2
    s https://lemmy.world/static/fd8d452/js/client.js:2
    t https://lemmy.world/static/fd8d452/js/client.js:2
    t https://lemmy.world/static/fd8d452/js/client.js:2
    uploadSingleImage https://lemmy.world/static/fd8d452/js/client.js:2
    e https://lemmy.world/static/fd8d452/js/client.js:2
    p https://lemmy.world/static/fd8d452/js/client.js:2
    C https://lemmy.world/static/fd8d452/js/client.js:2
    w https://lemmy.world/static/fd8d452/js/client.js:2
    e https://lemmy.world/static/fd8d452/js/client.js:2
    s https://lemmy.world/static/fd8d452/js/client.js:2
    t https://lemmy.world/static/fd8d452/js/client.js:2
    t https://lemmy.world/static/fd8d452/js/client.js:2
    e https://lemmy.world/static/fd8d452/js/client.js:2
    e https://lemmy.world/static/fd8d452/js/client.js:2
    p https://lemmy.world/static/fd8d452/js/client.js:2
    C https://lemmy.world/static/fd8d452/js/client.js:2
    w https://lemmy.world/static/fd8d452/js/client.js:2
    e https://lemmy.world/static/fd8d452/js/client.js:2
    s https://lemmy.world/static/fd8d452/js/client.js:2
    t https://lemmy.world/static/fd8d452/js/client.js:2
    t https://lemmy.world/static/fd8d452/js/client.js:2
    uploadImages https://lemmy.world/static/fd8d452/js/client.js:2
    handleImageUpload https://lemmy.world/static/fd8d452/js/client.js:2
    n https://lemmy.world/static/fd8d452/js/client.js:2
DEPRECATION NOTICE: "backgroundColor" is being deprecated. Please use the "style.background" property. client.js:2:509245

Chromium

client.js:2     POST https://lemmy.world/pictrs/image 403
(anonymous) @ client.js:2
x @ client.js:2
(anonymous) @ client.js:2
(anonymous) @ client.js:2
u @ client.js:2
uploadImage @ client.js:2
(anonymous) @ client.js:2
p @ client.js:2
(anonymous) @ client.js:2
(anonymous) @ client.js:2
e @ client.js:2
s @ client.js:2
(anonymous) @ client.js:2
(anonymous) @ client.js:2
Np @ client.js:2
(anonymous) @ client.js:2
client.js:2 pictrs upload:
client.js:2 {state: 'failed', msg: SyntaxError: Unexpected token '<', ")}
client.js:2 SyntaxError: Unexpected token '<', ")
(anonymous) @ client.js:2
Promise.then (async)
Np @ client.js:2
(anonymous) @ client.js:2
client.js:2 DEPRECATION NOTICE: "backgroundColor" is being deprecated. Please use the "style.background" property.
buildToast @ client.js:2
showToast @ client.js:2
Xe @ client.js:2
(anonymous) @ client.js:2
Promise.then (async)
Np @ client.js:2
(anonymous) @ client.js:2

view more: next ›