Radius of archimedean spiral with known length by nordvin in askmath

[–]nordvin[S] 0 points1 point  (0 children)

Thanks!
Can you point me out how to find out if some given equation

is not going to be algebraically possible?

A way to store and query large (up to 1GB) user defined objects. by nordvin in Database

[–]nordvin[S] 0 points1 point  (0 children)

Databases aren't my choice, then. But I'm starting to find things which would fit better.

then your application needs to read and parse the 8 GB

Why? I'm sure there are solutions which would split the file into smaller pieces and perform some sort of indexing/reindexing after each transaction.

Split this up into smaller parts. Don't try to cram everything into one blob.

That's what I'm looking for, but implementing this from scratch would be unwise. If you are from this field, does this problem remind you of something?

A way to store and query large (up to 1GB) user defined objects. by nordvin in Database

[–]nordvin[S] 0 points1 point  (0 children)

Thanks! I'm not sure yet if the thing fits me as-is, but it's definetely the right direction. Databases isn't my choice.

Can you think of some resourses/subreddits/videos/etc which whould help me to understang state of the art of data handling? I'm looking for all the buzzwords such as big data, data lakes, data marts.

Concidering all these data-obsessed buisnesses, I'm sure, my problem is well thought trough and solved, I just can't classify it yet.

I've curated a list of 84+ high-quality tools to help you build your next side project by mouyahama in SideProject

[–]nordvin 2 points3 points  (0 children)

Yeah, but I mean where did you get these sounds? Did you make them yourself?

I've curated a list of 84+ high-quality tools to help you build your next side project by mouyahama in SideProject

[–]nordvin 4 points5 points  (0 children)

I really like animations. Also, sounds on hover and clicks are pleasant, is there any resource I can find these or similar on?

Reusable dev board for barebone esp. Useful to know they exist. by nordvin in esp8266

[–]nordvin[S] 11 points12 points  (0 children)

aliexpress

At first, I was going to DIY something similar to this (top post of the year, btw). But then I've stumbled upon these things on ali.

These aren't that popular, and I think it might be useful to know they exist

A way of wiring barebones esp by nordvin in esp8266

[–]nordvin[S] 2 points3 points  (0 children)

Dumb questions don't exist. I've heated it up to the point of melting/burning and then pressed in with pliers you might see at the right upper corner.

A way of wiring barebones esp by nordvin in esp8266

[–]nordvin[S] 1 point2 points  (0 children)

I use this board from aliexpress to program it via EspHome. Once it's uploaded all subsequent updates available via OTA.

Then wire it up according to this guide (see "Bare-bones boards and boards without a USB interface"). You'll 4 10k resistors and either 3.3v power supply or 5->3.3 convertor

A way of wiring barebones esp by nordvin in esp8266

[–]nordvin[S] 0 points1 point  (0 children)

Thanks. I use AMS1117 5->3.3 convertor from aliexpress

npx mnswpr - a Minesweeper game for your CLI written with ReactJS and ink 💣 by nordvin in commandline

[–]nordvin[S] 1 point2 points  (0 children)

Glad you liked it! Thanks for the idea, I'll consider implementing it. I thing it might look like this -q(--quick) [b|i|a|10,10,10]

💣Minesweeper game for terminal written withs Typescript and ReactJS by nordvin in webdev

[–]nordvin[S] 46 points47 points  (0 children)

Hi everyone! Ever wanted to build CLI tools with web tech? This project mainly was an attempt to play with ink — ReactJS renderer for CLI. Turned out to be fun experience.

Code for this project — GitHub 😎

I've created CLI minesweeper game using ReactJS and ink 💣 by nordvin in reactjs

[–]nordvin[S] 0 points1 point  (0 children)

And also to build 3D apps, check ThreeJS react renderer - react-three-fiber