ra314's recent activity
-
Comment on Any real AI recommendations from the community? in ~tech
-
Comment on How do you generate and record your goals for the year? in ~talk
ra314 I am also pretty bad at long term goals. Specifically any kind of long term goal that doesn't get worked on every day (or at some regular interval) will just get forgotten about by me. I'm...I am also pretty bad at long term goals. Specifically any kind of long term goal that doesn't get worked on every day (or at some regular interval) will just get forgotten about by me. I'm currently using Notion to create something like a Kanban board. Each item has a priority, effort size, and category. Having somewhere to put all of these goals is useful so far. It lets me see what I've been neglecting, and maybe reprioritize if I realize that I don't have time for all of the things that I want to do.
I also like using paper to write down things I want to get myself to do in the very immediate future. The feeling of scrunching up the paper after I do my thing feels rewarding at this point.
For long term goals I've found being social about them to be very helpful. So going running with friends, discussing books after I've read them, working on a game with a friend, etc. The commitment device of not wanting to "disappoint" a friend is a strong motivator for me.
-
Comment on How fast can AI recover your seed phrase? in ~finance
ra314 Based on a glance at the bip39 algorithm (which this paper is focused on), there shouldn't be a pattern in the seed phrase. Reading through the article, they show that the time required to guess...Based on a glance at the bip39 algorithm (which this paper is focused on), there shouldn't be a pattern in the seed phrase. Reading through the article, they show that the time required to guess the missing words scales exponentially with the number of missing words, so I don't see how this is different from brute force attacks.
I couldn't find a link to the full paper on the website, but will have to see that to be sure.
-
Comment on Grades of helium: the differences and uses in ~science
ra314 Truly a misc topic! Is this system of grading common in other industries as well?Truly a misc topic! Is this system of grading common in other industries as well?
The second number (after the decimal point) represents the number after the last 9. So, 4.7 grade helium = four 9s and a 7, or 99.997%.
-
Comment on Cosmere laser engraving in ~creative
ra314 Nah, can't do. The laser cutter is in a shared maker space, and it's against the rules to use it for commercial endeavors. Feel free to take the svgs and ask someone else to engrave it if you'd...Nah, can't do. The laser cutter is in a shared maker space, and it's against the rules to use it for commercial endeavors. Feel free to take the svgs and ask someone else to engrave it if you'd like though :)
-
Cosmere laser engraving
This was my first time trying working with a laser cutter! I wanted to make a house warming gift, and thought that this could be a nice way to get familiar with the laser cutter. The house warming...
This was my first time trying working with a laser cutter! I wanted to make a house warming gift, and thought that this could be a nice way to get familiar with the laser cutter. The house warming gift was the mistborn wheel. But after I made that I kinda of caught the itch and wanted to make something for myself as well, which ended up being the surgebinding chart (second design).
https://www.designfind.com/designs/21814
https://www.designfind.com/designs/21815Cosmere: The cosmere is a fictional shared universe where many of Brandon Sanderson's books take place.
I made this a separate post so that it could be searchable when people look for other Cosmere stuff on Tildes.17 votes -
Comment on JSON data format for MCQ data bank in ~comp
ra314 This is also my preferred approach. @pyeri if you're hell bent on minimizing disk space, you could order the options to have the correct one first returning.This is also my preferred approach. @pyeri if you're hell bent on minimizing disk space, you could order the options to have the correct one first returning.
-
Comment on It's time for operating systems to rediscover hardware (1hr 6mins) in ~comp
ra314 This was a long video, but as someone who is primarily a programmer I found it interesting and covering a lot of topics that I had no knowledge on (and so I had to to pause the video at a lot of...This was a long video, but as someone who is primarily a programmer I found it interesting and covering a lot of topics that I had no knowledge on (and so I had to to pause the video at a lot of parts to look things up).
- Learning that Linux (or whatever OS) doesn't control all of the computer, but instead this tiny part of the computer was news to me.
- Cross SoC attacks are a scary and interesting idea.
- As a sidenote, I read the description of the video and saw a brief note about Barrelfish, the multikernel OS. Which I thought was a fascinating idea for dealing with scaling operating systems to work with computers that have many many cores which don't have equal bandwidth access to all parts of the RAM.
-
Comment on Fun programming challenge: figure out which sets of passports grant visa-free access to the whole world in ~comp
ra314 Scraping the data feels like it's the biggest of the 4 challeneges. From a brief glance at the website I think going through all the country codes and visiting the URL ->...Scraping the data feels like it's the biggest of the 4 challeneges. From a brief glance at the website I think going through all the country codes and visiting the URL -> https://cdn.henleyglobal.com/storage/app/media/HPI/AD_visa_full.pdf and then somehow parsing the PDF is the best idea I can think of.
But once you have the data, say as a 2d array indexed on the countries, it seemed to be that this was a known problem. Using chatGPT I found out that this problem is the optimization version of the set cover problem. wiki link
-
Comment on World number-one Magnus Carlsen defeated Fabiano Caruana in the final classical game to win the inaugural 2024 Freestyle Chess G.O.A.T. Challenge in ~games.tabletop
ra314 What else would you call it? Classical is the name of the time control. I feel like the general name would be (name of variant) + (name of time control).What else would you call it? Classical is the name of the time control. I feel like the general name would be (name of variant) + (name of time control).
-
Comment on How Nebula works in ~tech
ra314 I only used the word "curated" as kind of a joke, since that's the word the creators use when pitching Nebula in YouTube videos. I think Nebula will accept anything from their partner creators...I only used the word "curated" as kind of a joke, since that's the word the creators use when pitching Nebula in YouTube videos. I think Nebula will accept anything from their partner creators onto the platform.
It's exactly what you said about any person bring able to upload to YouTube. Nebula on the other hand has a very small and profitable group of uploaders.
-
Comment on How Nebula works in ~tech
ra314 Yup, that is what I meant. I should've placed emphasis on the word curated.Yup, that is what I meant. I should've placed emphasis on the word curated.
-
Comment on How Nebula works in ~tech
ra314 I haven't watched the video yet, but a key difference is that YouTube has to store a lot more than a curated list of videos. So a direct competitor to YouTube would have to overcome those costs...I haven't watched the video yet, but a key difference is that YouTube has to store a lot more than a curated list of videos. So a direct competitor to YouTube would have to overcome those costs somehow.
-
Comment on Day 8: Haunted Wasteland in ~comp.advent_of_code
ra314 I agree with your gripes. But if you've done the previous years of Advent of Code, you'll see there is (IMO) at least 1 problem every year, where making certain assumptions about the input allow...I agree with your gripes. But if you've done the previous years of Advent of Code, you'll see there is (IMO) at least 1 problem every year, where making certain assumptions about the input allow you to solve the problem in a trivial amount of time. That wouldn't work for a general arbitrary input.
I dislike it as well but it's not unexpected for Advent of Code.
-
Comment on Why the empty atom picture misunderstands quantum theory in ~science
ra314 I read the whole article. That scientist is a great communicator! TIL!I read the whole article. That scientist is a great communicator!
Short version is that solid state semiconductors require understanding of surface states, which requires QM
TIL!
-
Comment on SpaceX to the US FAA: The industry needs you to move faster in ~space
-
Comment on Why the empty atom picture misunderstands quantum theory in ~science
ra314 Electron tunneling is predicted by quantum mechanics. And while not exploited by semiconductor design, it is a relevant factor because the transistors are getting so small that these quantum...Electron tunneling is predicted by quantum mechanics. And while not exploited by semiconductor design, it is a relevant factor because the transistors are getting so small that these quantum effects need to be considered. So without quantum theory, maybe we have a lot of semiconductor people scratching their heads?
-
Comment on Dawnshard - By Brandon Sanderson - Discussion in ~books
ra314 +1 to what @doors_cannot_stop_me said. In addition, here's advice from Brando himself - https://www.brandonsanderson.com/where-do-i-start/ If you're fine with reading large books, I think you...+1 to what @doors_cannot_stop_me said. In addition, here's advice from Brando himself - https://www.brandonsanderson.com/where-do-i-start/
If you're fine with reading large books, I think you should read the prologues to Way of Kings to see if that has you hooked. Otherwise, Warbreaker I think is a great entry point.
-
Comment on Godot Engine in ~games
ra314 +1 to what @feanne said. In addition, each tile in a tilemap can be accessed by using the layer and the xy coordinate. To store data for each tile I'd simply create a dictionary where the key is a...+1 to what @feanne said. In addition, each tile in a tilemap can be accessed by using the layer and the xy coordinate. To store data for each tile I'd simply create a dictionary where the key is a Vector2i and the value is a struct/class containing your data. Note that assuming you havr a dense square grid, a 2d array would be the best solution. But I find it quicker to bang out code with a dictionary.
HTH if you have further questions.
-
Comment on Dawnshard - By Brandon Sanderson - Discussion in ~books
ra314 Do you hold the same opinion for "Rhythm of War"? 😉 Spoilers for RoW IIRC we only learn about the pure tones and the various mixures of Investiture near the end of the book. And that's also around...Do you hold the same opinion for "Rhythm of War"? 😉
Spoilers for RoW
IIRC we only learn about the pure tones and the various mixures of Investiture near the end of the book. And that's also around when the Rhythm of War is created by Navani. Similarly here, we only really learn about the Dawnshards at the end of the book. The book also isn't about the Rhythm of War. But a similar concept is used to create the anti-stormlight which is then used to kill Teft's spren.
+1 to issues with using gdscript with llms. I find that a lot of those can be overcome by correcting the output as clarifications to the model. Ie say in a reply that a certain function doesn't exist in gdscript.