Egui seems great to me so far, not super experienced with it yet though. I think you can get away with very little js using egui for rendering.
- 17 Posts
- 1.78K Comments
mvirts@lemmy.worldto What is this thing?@lemmy.world•Found inside the case of an old enterprise editing computerEnglish51·10 days agoI’m guessing a noise maker, buzzer, beeper, or speaker.
mvirts@lemmy.worldto Linux@lemmy.ml•[SOLVED] System freezes at boot and I'm not sure if it's a software or hardware problem51·10 days agoPretty sus :P
I would start by removing the graphics card if you have integrated graphics available (or disable the PCI port in your bios)
This reminds me of the kinds of issues I would get when setting up overclocking and getting just past the limit of stable operation. If you have overclocking set up definitely try disabling it.
If removing the GPU does nothing don’t forget to check removing each ram stick separately, or make sure your bios runs a full memory check.
mvirts@lemmy.worldto linux4noobs@programming.dev•The time has come: how do I safely resize the C: partition and move Linux to that disk?1·12 days agoI had good results using the windows 11 disk management snap in to shrink my windows system partition while it was booted, may be worth a try.
Maybe try using the idiom:
if __name__=="__main__": main()
Instead of calling main since the way it’s written now it will always run your code as soon as your module is imported. If the system expects a function named main and calls it, remove your call to main at the end.
Let’s you turn sideways for a little dip in the pool when you’re done
Ah mirroring Wikipedia has been on my to-do list for too long, time to buy some storage.
mvirts@lemmy.worldto Linux Gaming@lemmy.world•Disk write error due to read-only filesystemEnglish2·19 days agoTo me that means I would feel comfortable using the remove_hiberfile and recover options listed here https://linux.die.net/man/8/mount.ntfs-3g
Put these in your fstab and it’ll get fixed every mount
Ya and taking off the serial number doesn’t really matter when it’s less than 10 😅
… I said to myself as I meticulously removed all traces of the serial number.
mvirts@lemmy.worldto weedtime@crazypeople.online•Have fun and don't spoil it for others!4·23 days agoI didn’t believe it at first 🤣
These days if I can’t install it with winget I’m not installing it
I’m waiting for pure GNU/NT. It sure as hell ain’t Unix!
My experience is that without swap my system will eventually lock up, without a clear sign of why. This was especially true when disabling memory overcommit, but I blame applications for that one.
Who knows maybe my ram is failing.
mvirts@lemmy.worldto Programming Circlejerk@programming.dev•People often say SQL has no problem to scale but they've never actually done it17·1 month ago😅 what year is this guy living in? SQL has scaled, probably better than any other software paradigm.
mvirts@lemmy.worldto Programming@programming.dev•AI isn’t ready to replace human coders for debugging, researchers say13·1 month agoI wouldn’t trust current models to do any real work. Aaand I think humans will be cheaper than LLMs for a long time to come. Ultimately all costs are labor and if you need to give the power plant people (running the plant, mining the fuel, building the plant) sandwiches to get them to provide power for your llm, you’re probably better off giving a human programmer sandwiches instead.
The ai bubble pops when investors decide they want dividends instead of speculative gains.
mvirts@lemmy.worldto Ask Lemmy@lemmy.world•What were you surprised to learn wasn't actually normal?2·1 month agoLmao this was the first thought that came into my mind after reading the post 😅
Maybe ipv6 DNS issues:
;; ANSWER SECTION: www.rebeltechalliance.org. 159 IN CNAME rebeltechalliance.org. rebeltechalliance.org. 158 IN A 136.243.169.53 ;; ADDITIONAL SECTION: rebeltechalliance.org. 159 IN AAAA 2a10:e000:1::10
I’m not completely up to speed on ipv6 stuff but I can’t get that AAAA address to resolve. If it is a valid address you may be running services only on ipv4 and the VPN could be using an ipv6 address where no programs are listening… I think?
Also if you run the whole host you may want to see if you need all of these services available or can block incoming connections to them.