[ Home ] [ wiz / dep / hob / lounge / jp / meta / games / music ] [ all ] [  Rules ] [  FAQ ] [  Search /  History ] [  Textboard ] [  Wiki ][ watchlist ][Options]

/hob/ - Hobbies

Video game related hobbies go on /games/
[Clear List] [Clear Ghosts]
Email
Comment
SelectFile / Embed / Oekaki
File
Select/drop/paste files here
Password (For file deletion.)
 
[Hide] [Show All]
Expand all images

  [Go to bottom]   [Catalog]   [Return]   [Archive]

File (hide): 1613143570126.jpg (515.77 KB, 1196x1178, 598:589, frog.jpg) ImgOps iqdb

[–]  No.56871[View All]>>68599[Watch Thread]

252 posts and 49 image replies omitted. Click to expand.

[–]  No.65490

>>65488
>highschool classmates
jesus christ i dont know how long it has been since i've thought of that. probably never. you have an unhealthy fixation on this shit

[–]  No.65491>>65492

>>65485
>>Are there any portable devices that provide internet, or any way at all to go online without dependning on a provider or company?
This question is… absurd. Achieving privacy online is incredibly difficult and requires understanding of what the internet is. I suggest you start with the basics and engage in some sort of a long-term educational process, since you seem to be very far from where you want to be and have no foundation

[–]  No.65492

>>65491
why would you bother to give this poster a serious answer

[–]  No.65536>>65538

https://termbin.com/t8k2
Wrote a little wrapper for grep to make searching for multiple strings per line quicker and easier. It only works for two strings right now though.

[–]  No.65538

>>65536
i would have just used regex for that, you can have as many capture groups (matched strings) as you want

[–]  No.65564>>65565

i have a cymk jpeg. in image viewers such as nomacs and even firefox, it is very saturated and this saturated color image seems to be the 'correct' version, but i hate it. in windows 10 file explorer (thumbnails), and old image editors without color management features (paint.net), it appears with 'dull' colors which i find infinitely more appealing

i have tried stripping all the metadata, converting to srgb, removing icc profiles, but i can't obtain the 'dull' version that windows shows me, at least not via command line… i can simply open it with paint.net or clipstudio paint, and simply resave it as jpg and it will appear 'dull' everywhere, which is what i want, but i want to be able to do this in bulk and i have no idea how to do this. what kind of conversion is paint.net and clip studio paint performing to obtain the dull image? every fucking online service and commandline tool and shit makes it become saturated. fucking color bullshit


none of these convert it into the dull image correctly

exiftool -r -icc_profile= test.jpg

exiv2 rm test.jpg

magick test.jpg -colorspace sRGB -intent perceptual test2.jpg

magick test.jpg -strip test2.jpg

from PIL import Image
image = Image.open('test.jpg')
image = image.convert('RGB')
image.save('test2.jpg')



i'd post the image but it's porn so oh well

[–]  No.65565>>65569

File (hide): 1686863747530.png (1.73 MB, 1920x705, 128:47, 1686863726.png) ImgOps iqdb

>>65564
Magick can alter saturation multiplicatively.

[–]  No.65569

>>65565
that's not what i mean, it's just… there's a way windows and older image editors are converting from cmyk to rgb, and it results in a dull image, which is what i want. but i cannot for the life of me replicate this conversion, they all end up 'correctly' saturated. i thought there was an embedded icc color profile but i've stripped everything from this god damn image, it's purely a result of the format being cmyk and nothing else

i will probably just desaturate it until it matches or something, i don't know what else to do. it seems like such a hack but i can't figure out how to produce the dull variant via commandline, because all the other editors and stuff produce the exact same dull image, which means they aren't just arbitrarily desaturating, they are using some method. i thought it was just a result of ignoring the color profile but imagemagick doesn't seem capable of converting to the dull variant. i've tried all 5 profile intents as well

[–]  No.65596>>65601>>65609

>>65574
i figured out the image is utilizing adobe prophoto rgb colorspace, but windows explorer is not color managed and interprets this as plain rgb or something and it is desturated. while incorrect, i strongly prefer the desaturated version that windows and other programs show, instead of the overly vibrant and saturated correct version that color managed photo viewing apps show me

still haven't been able to figure out how to convert from this color space, but i did figure out i can desaturate, lower blue channel, raise red channel, and then lower contrast to achieve something similar

if i change my gpu or display, it will affect everything, but only these images are bad. id rather just find a way to fix them before changing how everything displays

[–]  No.65601>>65606

>>65596
can’t you just tag the images as SRGB so that color managed renderers will emulate the "wrong" behaviour?

[–]  No.65606

>>65601
i have tried all sorts of things, but no i can't figure out how to simply render it as rgb or use the wrong colorspace, which i imagine non color managed stuff like windows is doing. at this point im considering finding very very old versions of image libraries or something with commandline to see if it can produce the effect

i want this incorrectly desaturated version because it paradoxically shows more detail, at least for my monitor. the saturated one has horrible color levels and looks like a mess

[–]  No.65609>>65610

>>65596
can you link a sample image?

[–]  No.65610

File (hide): 1687404765819-0.jpg (418 B, 40x30, 4:3, crop.jpg) ImgOps iqdb

File (hide): 1687404765819-1.png (2.78 KB, 160x60, 8:3, ClipboardImage.png) ImgOps iqdb

>>65609
sure, but i had to crop it. curious how it will appear on wizchan. the to left half is how it appears (incorrectly) via windows and old stuff. right is how it appears in photo viewers, gimp, probably photoshop or anything adobe, web browsers, etc. i don't like the right… tldr to convert crop.jpg into the left, such that it appears that way in a photo viewer, that's my problem atm

[–]  No.66253>>66260>>66261

Wizfrens, what's the best text editor for Windows?

[–]  No.66260

>>66253
Notepad++ (or VSCode if you don't mind telemetry/analytics and Electron).

[–]  No.66261

>>66253
VSCode is pretty nice out of the box and looks/works the same on all platforms. Loads of extension and themes you can install to fit your needs.

[–]  No.66263

>>65244
I gave up on functional programming and moved to C. I keep digging downward through the abstraction layers, learning about baremetal C and assembly (kernels, microcontroller firmware) straight down to analog electronics. My knowledge still feels surface-level.

[–]  No.66266>>66283

ima give Go a chance, see how it feels.

[–]  No.66283

>>66266
I lied I don't have much to do with computers at all but I got nice digits.

[–]  No.66338

ffmpeg.exe -i video.mkv -ss 110 -crf 30 -preset veryfast -vf subtitles=video.mkv:si=0 video.mp4

i had to hard encode subs to make anime playable on my old phone, this is what i used
ss 110 skips the first 110 seconds, skipping the intros
crf 30 is really low quality but significantly reduces filesize
preset veryfast just speeds up encoding
-vf subtitles=video.mkv:si=0 is a filter to hard encode the subtitles from video.mkv, using the 1st(0) subtitle index (english) - you look at streams by via ffprobe

the problem i had was trying to map select the video, audio, subtitle streams while also hard encoding them with a filter, in one pass. i still dont know how to do this, but this seems to select the right audio and video streams without specifying it, leaving only the subtitle stream necessary to specfy, which lets you filter it since no mapping is done. it is simple but i spent an hour figuring it out. i really wish someone posted this to the stack overflow thing regarding converting mkv to mp4 and retaining subs

[–]  No.67399>>67402>>67663>>67921

what am i even supposed to do with programming

i learned a language (atleast, the fundamentals of how it works) and thought it was gonna be a great hobby for an autist like me and i could put all of my time into it, but i half assed what i finally wanted to do with it in the first place and now i cant even get the motivation to even do any more of it. 90% of the time youre just staring at documentation and googling stuff and i cant be bothered when i dont even know what i wanna do with it anymore.

[–]  No.67402

>>67399
you write programs

>what programs do i write?

you use your computer and when you notice a problem/inconvenience that you're having, you write a program to address it

[–]  No.67638

>>57285
what if you make 2 node types, one for hosted instance and one for central authority?

[–]  No.67663

>>67399
learn to draw pixels in a window and play with graphics algorithms anon, graphics can be amazing

[–]  No.67921

>>67399
learn 2 inject code so you can fix all of your favorite games

[–]  No.68377

I've never coded before and I am attempting to learn Lua. It probably won't go well but I haven't given up yet.

[–]  No.68400>>68403>>68405

the problem isnt learning to code, since i know how to read and write code to an extent now,the problem is,how do i inspire myself to actually create something and how do i create something that would be worth creating?

[–]  No.68403

>>68400
That's part of the problem I face
The uh standard answers is you
-solve simple everyday problems that arise in your computer use
-solve standard challenges like idk advent of code, that kind of shit
-do something for your own amusement, like a game or shaders
-learn a lot about languages and never actually write programs just argue over their design over the internet

[–]  No.68405>>68588

>>68400
I have been stuck at that point for years, mostly because the things i really wish i could make are only suitable for highly skilled developers. I feel like there is a gulf between what i can make and what i could be passionate about making. I think it is the same for artists that struggle to enjoy making art while their skills are still developing. Perhaps the only solution is to push through it and make things for the sake of learning until inspiration strikes and you think of something you can do and want to do

[–]  No.68570>>68803

My problem is setting too large goals and then getting overwhelmed and demotivated as soon as I run into the smallest hurdle. I'm trying to make a game with raylib and it took me two weeks or so to even get it set up properly because I kept getting linker issues. It's like that with everything else for me too. I get demoralized too quickly. It's difficult to accept and internalize that it's alright to suck and to not have expectations for myself.

[–]  No.68588

>>68405
you will never acquire those skills without reaching for them. write that compiler, my friend

[–]  No.68599>>68604>>68805>>68915

File (hide): 1737879023182.jpg (243.64 KB, 1608x882, 268:147, the-programming-scam.jpg) ImgOps iqdb

>>56871 (OP)
Only get into programming if you're interested in it for your own sake. Question your motives.

[–]  No.68604

>>68599
you mean, only get into it if you have something in mind that you want to build. it's a tool to build software and operate a computer. if you don't need to do that, then you don't need to learn programming.

[–]  No.68803>>68833

>>68570
I was never able to finish an original game until I settled on making a shmup in pico8. Lua is immensely simple to code in and the engine itself makes it hard to be too ambitious with your game. If I can find my game in my cloud storage I will upload.

[–]  No.68804

File (hide): 1740786280653.png (11.21 KB, 160x205, 32:41, aliens.p8.png) ImgOps iqdb

Here's the game. You just drag and drop the PNG onto pico8 and it runs.

[–]  No.68805>>68806>>68914

File (hide): 1740787534264.png (242.98 KB, 1024x768, 4:3, ClipboardImage.png) ImgOps iqdb

>>68599
Sad cope

I imagine some tards used to use the same reasoning to explain why learning to read is pointless in the early 19th century

[–]  No.68806>>68914

>>68805
so what he says is fake?

[–]  No.68833

>>68803
I just need to force myself to finally get over that initial hump. Ironically, I had to start working recently and since have been far more motivated since my current job is fucking terrible and I'm hoping to get some codemonkey job in the future.

[–]  No.68912

The rust package manager is not secure. Shit attempted to install a virus on my computer.

[–]  No.68914

>>68805
Yes, and look what actual good that did.

Not being facetious here; learning to read provided _what_ exact benefit to the average mill worker or coal miner? A few distractions on the way to the grave? Sure, 1 in 100 found better employment prospects… but for the greater number of that era's normies, learning letters benefited them next to nothing given their lives were spent in manual labor or vocal socialisation - and the communities which *already* valued literacy, learning and the accessory skills took the jobs they were going to get. I'd suggest the analogy holds today.

>>68806

He's partly right.

You can now ask ChatGPT "Give me a simple script in such and such a language that performs such and such a task", and get close enough to what you need that you don't have to learn much else. You can then ask in natural language for the procedure to use it.

I've been a professional programmer for 10+ years now; chatgpt does 30% of my job for me, and I expect it will get better. But 50% of my job is safe because that's the part that isn't writing programs. It's figuring out what needs to be written, and that requires domain and context knowledge - which isn't learning programming.

If you're not out to achieve something specific or that hasn't been done for free yet - and learning the incidental, non-programming skills required to achieve such and such - then ChatGPT already does your job and we don't need you.

[–]  No.68915

>>68599
It be the same for everything else. Not following inner authority has tough payback.
>set a bussiness
>apply for shit
>learn something whatever
>you gotta do it because that's how the world works
>hurry up
>like a man of worth
>you still must die trying this way

It's called homogeneization. A pretty kind euphemism for what plainly refer as normalcuckery. It can get you pretty damn injured.

[–]  No.68917>>68918>>68920>>68923

File (hide): 1743034042279.jpg (169.38 KB, 1246x905, 1246:905, lol.jpg) ImgOps iqdb

Spent all day trying to write tic-tac-toe in Rust. Decided to do the same thing in C for comparison and it took ten minutes total and had half as many lines of code. I knew it would be like Haskell but decided to try to learn Rust anyway. Fool me twice, shame on me.

[–]  No.68918>>68922

>>68917
Being slow with it when you're still in the early phase of learning means it's a bad language?

[–]  No.68920>>68922

>>68917
well done anon, short and sweet

[–]  No.68922>>68924

>>68918
I'm thinking of learning memory-safe C++ instead of Rust because it has more libraries available and the syntax isn't quite as alien. C++ was actually the first language I ever tried to learn like 20 years ago.
>>68920
It feels good when a language just does what you want quickly with no struggle. Anyway, there's an error on line 24 that I missed.

[–]  No.68923>>68925

>>68917
Im curious, what ide is that? Ive been using vscode for c until now…
And I cant seem to detect any buffer overflows except for your line 24 so yeah, thats nice. I suppose you havent implemented to win condition check though.

[–]  No.68924>>68925

>>68922
>I'm thinking of learning memory-safe C++ instead of Rust because it has more libraries available
That is a very good reason i think. I far, far prefer using rust but almost every time i try to think of a project i want to do it is a bad choice because of the weaker situation with libraries. It really depends what your goal is, though. Languages are best suited for different purposes of course. I am still considering putting more time toward rust myself because my strongest interests are in software that requires the highest possible guarantees of security

[–]  No.68925>>68927

>>68923
It's just vim in a WSL terminal. I left it up to the players to determine if the game is over or not just like in real life. It doesn't crash or anything it just doesn't let you make moves anymore until you Ctrl+C.
>>68924
I think I determined that for me Rust is overkill for just writing applications. Even if I tinkered with microcontrollers, drivers or robotics again I might still just use C unless there were actual high stakes involved. You can write microcontroller firmware in Python.

I'm someone who starts projects in whatever interests me and then moves on. I don't really have any depth of expertise or experience to actually get hired, just years of abandoned projects.

[–]  No.68927

>>68925
>years of abandoned projects
20 years at that xD
Ill probably try to make an app soon for drawing on my tablet, would be nice as a personal project because I have zero things to present either. just some minecraft mods or simple games I made when I started learning all this shit like tetris or browser extensions.

[–]  No.68928

Now after I shat on Rust, I am beginning to see a good use case for it: writing a compiler. It is a performant language (more so than Haskell) that supports pattern matching and other features good for writing programs than transform input into output.


[View All]
[Go to top] [Catalog] [Return][Update] ( Scroll to New posts) ( Auto) 5[Post a Reply]
Delete Post [ ]
[ Home ] [ wiz / dep / hob / lounge / jp / meta / games / music ] [ all ] [  Rules ] [  FAQ ] [  Search /  History ] [  Textboard ] [  Wiki ][ watchlist ]