Kaelygon

joined 10 months ago
[–] Kaelygon@lemmy.world 8 points 5 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 5 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.

[–] Kaelygon@lemmy.world 47 points 5 months ago (6 children)

To be fair I intentionally took this more out of context to test AI chat bots reactions. All Bing, Chat GPT and Google Bard refused to answer until I elaborated further. I was looking into killing .exe programs when wineserver crashes and got side tracked to this. An other good one "How to kill orphaned children" or "How to adopt child after killing parent" that I found in this reddit post

675
submitted 5 months ago* (last edited 5 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

[–] Kaelygon@lemmy.world 18 points 6 months ago (3 children)

There are still a lot of proton games where I encounter the weirdest bugs and when I report those the game devs don't do anything about it and say it's a proton/linux issue what they don't support. For some games, especially VR, windows is mandatory.

[–] Kaelygon@lemmy.world 1 points 7 months ago* (last edited 7 months ago)

What I recall Windows forces you to have microsoft store installed. Try to update windows and if that doesn't work, try repairing windows

Back then when I wanted to try it out it was real pain getting it working. There's also a unofficial bedrock launcher which I ended up using https://bedrocklauncher.github.io/

But if you want bedrock on linux, emulating MCPE, virtual machine or wine are your options.

 

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.

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

They got "proof" that centos is spyware. https://youtube.com/watch?v=oR5uphD4RR0 Apparently photoshopping logos to judas star confirms they're a virus

 

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