[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip / qa] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology

Name
Options
Subject
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.
  • You may highlight syntax and preserve whitespace by using [code] tags.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


[Advertise on 4chan]

[Catalog] [Archive]

File: sticky btfo.png (303 KB, 535x420)
303 KB
303 KB PNG
This board is for the discussion of technology and related topics.

Reminder that instigating OR participating in flame/brand wars will result in a ban.
Tech support threads should be posted to >>>/wsr/
Cryptocurrency discussion belongs on >>>/biz/

To use the Code tag, book-end your body of code with: [co­de] and [/co­de]

The /g/ Wiki: https://wiki.installgentoo.com/
2 replies and 2 images omitted. Click here to view.
>>
File: RMS.png (293 KB, 450x399)
293 KB
293 KB PNG

File: file.jpg (749 KB, 2400x2800)
749 KB
749 KB JPG
So i like to get something in th linux cmd like time out on windows. I really love the way that timeout works.

>Gives you a visual indicator that it is waiting
>Counts the seconds down.
>You can press any key to interupt it and get it back to work.

How do I get this on linux?
>Reee use sleep
Sleep is shit!
Sleep does not give you any visual indicators it is literally the linux VS windows meme in action (the car thing or the guy in the wheelchair).
>>
>>100200039
good morning sir
>>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <termios.h>
struct termios original_termios;
void set_nonblocking_terminal() {
struct termios ttystate;
tcgetattr(STDIN_FILENO, &original_termios); // Store original terminal attributes
tcgetattr(STDIN_FILENO, &ttystate);
ttystate.c_lflag &= ~(ICANON | ECHO); // turn off canonical mode and echo
ttystate.c_cc[VMIN] = 0;
tcsetattr(STDIN_FILENO, TCSANOW, &ttystate);
}
void restore_terminal() {
tcsetattr(STDIN_FILENO, TCSANOW, &original_termios);


Comment too long. Click here to view the full text.
>>
>>100200470
Interesting thanks....
Why did no one write a program like this for loonix already?

Why is this not in all repos???
>>
>>100200506
Uncommon use case. I would make the user hit enter to continue, without the timeout
>>
>>100200824
>Uncommon use case
Then why does windows include it?

File: rapid prototyping.png (277 KB, 980x809)
277 KB
277 KB PNG
https://loglog.games/blog/leaving-rust-gamedev/
>making a fun & interesting games is about rapid prototyping and iteration, rust's values are everything but that.
>procedural macros are not even "we have reflection at home".
>gui situation in rust is terrible.
>rust gamedev ecosystem lives on hype.
>global state is annoying/inconvenient for the wrong reasons.
is the rust honeymoon phase finally over for gamedevs?
211 replies and 6 images omitted. Click here to view.
>>
>>100200281
Ah yes, of course, the physics engine needs to know about the HP and inventory of each entity, lol
Do you really believe what you say?
How do you even use AVX instructions when everything is a heterogeneous struct, and your access pattern is doing a bunch of logic for each entity separately? Do you even use vectorization at all?
>>
>>100200872
>WE WANT THE SPEED OF C, THE SEMANTICS OF JAVASCRIPT, AND THE DEBUGGABILITY OF COMMON LISP
Thank God for C++ offering all that.
>>
>>100200836
>you can't iterate over collections
is meaningless nonsense
>>
>>100200608
does this nocoder really think most crashes and bugs are cause by memory unsafety?
fucking midwits on HN man
>>
>>100200918
yes everything you posted ITT is meaningless nonsense, kill yourself fizzbuzzer

File: IMG_1696.jpg (532 KB, 1333x2000)
532 KB
532 KB JPG
Are air fryers just bulky, low capacity ovens? Am I just being scammed by buying one? Is there actually a difference in what I can make in an air fryer and an oven? Why would I get an air fryer instead of an oven?
10 replies omitted. Click here to view.
>>
File: 1698519296075685.jpg (372 KB, 2560x2560)
372 KB
372 KB JPG
just get one that does everything since standard range ovens take too long to heat up.
>>
>>100200655
all i need is a rice cooker
>>
File: 1691108028743524.jpg (235 KB, 2200x2200)
235 KB
235 KB JPG
>>100200878
Pressure cookers are better than your overpriced japscrap until you get to the $300+ range on japscrap
>>
>>100200655
They are the most convenient way to make chicken tendies.
Potatoes come out somewhere between baked and fried, and you really use a minimal amount of oil.
It's great for reheating food that would otherwise get soggy if you microwave it.
It's a lot quicker than my old school oven.
Overall I'm happy with mine.
>>
>>100200857
Really? So you've never, ever had the issue of your chicken being all nice and crispy on top but still raw on the bottom?

File: file.png (237 KB, 1502x699)
237 KB
237 KB PNG
Are there any non-pozzed alternatives to this degenerate low-life AIDS faggot ridden cesspit?
81 replies and 5 images omitted. Click here to view.
>>
>>100196286
The problem in mumble is no persistent backlog of messages, unless I'm a retard.
>>
File: file.png (26 KB, 200x200)
26 KB
26 KB PNG
>>100183453
>Are there any non-pozzed alternatives
[[[MATRIX]]] via Element.

https://element.io/

Anyone proposing anything other then [[[MATRIX]]] is retarded it is federated!
>>
>>100186843
if I ask them to delete some specific messages by providing channel id and message id, will they view the whole channel or only the specific message i request to be deleted
>>
id like to make a simple like php server the key that makes new chat services good is a running log, and clients can sync/read the days events while its convenient to them while sitting on the toilet or laying in bed , all other old tech besides the 3 telegram/discord/matrix lack this functionality requireing clients to be connected 24/7 or miss out on content, a simple webserver can handle this bonus points for using a proxy to load links and provide the files locally hosted cause no one wants to accidenty click an evil link or worse the link is auto loaded by the client
>>
>>100200910
also mainly this changed happened cause phones constantly losing connection

File: linux.jpg (156 KB, 1344x742)
156 KB
156 KB JPG
You have about 10 seconds to explain to the rest of us why you are still not using Linux on your PC and laptop.
80 replies and 6 images omitted. Click here to view.
>>
>>100198123
With Linux you get exactly the version that the package manager has. That's it.
On many distros the version is old.
On others its bleeding edge.

If you want to install a specific version you're completely at the mercy of the program's developer.
Did they spent 1000hours setting up Git(Hub|Lab) CI/CD pipelines? If not, you probably aren't getting a version that runs on all distros.
Did they go out of their way to avoid all modern syscalls and target the oldest glibc that they could get their hands on? If not, it wont work on anything older than the OS on their dev box.


Linux is pain.
Developing for Linux is pain.
Anyone who says otherwise has never distributed their programs to other users across more than one target distro.
>>
>>100199949
flatpak just werks
>b-b-but
flatpak just werks
>>
>>100200054
niggerlicious cancer
>>100199949
I would defend autotools but you're absolutely correct. I am happy I don't need to write portable software and that there's people autistic enough to provide me with what I need, for free.
>>
>>100196226
Trying to hard to do what?
>newfren
I admit, I am a newfag, I have only been here since 2011. Still probably longer than you.
>>100198131
>implying
>>
>>100194778
Linux can't play games. Simple As.

File: 1686148709070473.png (33 KB, 921x476)
33 KB
33 KB PNG
What gives?
62 replies and 9 images omitted. Click here to view.
>>
>>100195470
That's literally every single email client, encryption and bullshit doesn't matter because you're still using a third party to send it.
The only way to achieve true privacy is running your own email client and your own encryption protocol and have the other people also use your methods.
Privacy/Security freaks here are the biggest idiots there are and will always be.
>>
>>100200862
they scan the ingoing and outgoing email addresses, you retarded fucking nigger. it's amazing how you coons know absolutely nothing. is there a system that supports encryption of addresses?
> no
what other baboon noises do you have to share?
>>
>>100200873
>what other baboon noises do you have to share?
not him but this made me laugh hard lmao, thanks anon for a great start in the morning.
>>
>>100195470
>You vill doxx yourself
>>
>>100195638
CIA? Idk where you got that information from but that's fake news

Proton is based from Switzerland with some strict privacy laws in place along any countries like Germany that prevents foreign corporations including foreign law enforcement's or foreign governments (especially CIA) from reaching out information about a specific user's data.

Even Proton themselves addressed that on Reddit saying: "For instance, RSA encryption was also invented at MIT. Proton, as a company created by scientists, has connections to most of the world’s top research universities, but that doesn’t make Proton a CIA/NSA front."

File: jdpi-f3d0a6.jpg (786 KB, 1152x1728)
786 KB
786 KB JPG
Previous /sdg/ thread : >>100195136

>Beginner UI local install
Fooocus: https://github.com/lllyasviel/fooocus
EasyDiffusion: https://easydiffusion.github.io

>Local install
Automatic1111: https://github.com/automatic1111/stable-diffusion-webui
ComfyUI (Node-based): https://rentry.org/comfyui
AMD GPU: https://rentry.org/sdg-link#amd-gpu
Intel GPU: https://rentry.org/sdg-link#intel-gpu

>Use a VAE if your images look washed out
https://rentry.org/sdvae


Comment too long. Click here to view the full text.
76 replies and 40 images omitted. Click here to view.
>>
File: 00141-3214652109.png (496 KB, 512x768)
496 KB
496 KB PNG
>>
File: 00002-1213161903.png (593 KB, 768x512)
593 KB
593 KB PNG
>>
File: 00105-1897593406.png (211 KB, 512x512)
211 KB
211 KB PNG
>>100200756
cool.
>>
File: 00092-3757079558.png (211 KB, 512x512)
211 KB
211 KB PNG
>>
File: 00123-1825396211.png (574 KB, 512x768)
574 KB
574 KB PNG

>2024
>still no way to send the page Im reading on my phone to my desktop browser with the push of a button
12 replies and 2 images omitted. Click here to view.
>>
>>100200698
Someone already PM'd me the solution, thanks though ;)
>>
>>100200663
Buku server works, better than nothing. There's also XBookmarksSync.
>>
>>100200699
for wintards probably just backing up %crapdata%
>>
Android Firefox does that
>>
File: 1694251890151842.png (99 KB, 978x388)
99 KB
99 KB PNG
>>100200519
>>still no way to send the page Im reading on my phone to my desktop browser with the push of a button
?
I right clicked but I bet you can set up a shortcut for it.

>one wrong config or forgetting to use encryption once will land you in jail
>one of your "buddies" going informant and you're done
>only takes one slip up to get assraped in jail for decades

How do cybercriminals cope with the stress of being hounded by glowies? Seems like only the truly autistic would survive. Pic. related, currently getting assraped in jail by niggers
>>
>>100198812
Mostly by being a single tree in a big ass forest.

The problem with fighting cyber criminals is you have to figure out who they are first. Never mind hope you get it it right and they live in a country that gives the slightest fuck they are doing ransomware scams in America/Europe.
>>
>>100198812
By living in China or Russia.
>>
>>100198889
yeah but then you'd have to, you know, live in Russia or China
>>
>>100198812
the only ones who get assraped in jail are pedos and sometimes rapists, the average dark web junkie is gonna be alright. CP viewers might be fucked, but I doubt it.
>>
>>100198812
>How do cybercriminals cope with the stress of being hounded by glowies?
the people with good opsec never get caught and you will never know their names. they sleep well at night.

losers like ross? easy mode. remember, this dumb fucking nigger only got caught because he used an email address linked to a forum where he was shilling his drug market, and to top it all off he was stupid enough to be interacting with POLICE pretending to be bikers.

File: ag.jpg (179 KB, 1024x1024)
179 KB
179 KB JPG
Previous thread >>100151181

>What is DALL-E 3?
You type some text and it makes some images

>Links
https://www.bing.com/images/create
https://designer.microsoft.com/image-creator
https://copilot.microsoft.com/

Bing AI Slop 0.6.0
https://pastebin.com/raw/LTrjKzeG

Designer AI Slop 0.4.6
https://pastebin.com/raw/3yLvAGmg

Comment too long. Click here to view the full text.
129 replies and 100 images omitted. Click here to view.
>>
File: Schoolgirl#01.png (300 KB, 1024x1024)
300 KB
300 KB PNG
>>100200517
Without seeing your prompt, I can bet it's the classic case of not being specific enough; when you aren't specific enough in the prompt, there's good chances that dall-e will take some liberty and shows too much skin for the dog
>>
>>100200569
Maybe something like homeless clothes or winter clothes?
>>
File: Cute Homeless#01.png (342 KB, 1024x1024)
342 KB
342 KB PNG
>>100200581
Tried being overspecific, it works; please use :
>beautiful homeless girl (leather jacket, black shirt, long messy hair, eyepatch, smiling, holding guitar, propped on a wall)
>>
>>100200597
Does the parentheses do something?
It went about the same weirdly enough, two images got filtered without adding anime art style.
>>
File: Punk#01.png (247 KB, 1024x1024)
247 KB
247 KB PNG
>>100200855
Ah I know! I was using my faux Megadrive/virtual boy prompt, maybe that's why Dall-E was more generous to me.

As for the parenteses, they are useful as they keeps dall-e from having the prompts bleed all over the picture, in addition for having shorter prompts when describing a character.

>*is the most based programming youtuber alive*
heh, nuffin personnel faaakhead
20 replies and 5 images omitted. Click here to view.
>>
>>100195571
fuck off you retarded nigger, nobody is falling for that
>>
>>100199527
>no one has ever contributed to portage
It was minor, but it was there.
>>
>>100199556
And I fucked your mom
>>
>>100190870
fan
tas
tic

d
>>
I wish there were more youtubers like him who looked at CS with a more critical eye and not just accepted every claim at face value. Particularly I wish at some point there is a long form content youtuber or streamer that focuses on the math side of CS (logic, program verification, formal methods etc.).
>>100190929
You posted the wrong picture, that's not the xah lee convention.
>>100198535
No lol.
>>100199467
>sean wrona is no longer the fastest it's probably joshua728
Watch the video retard. He says Wrona is not the fastest anymore and we shouldn't listen to him.
If winning typing competitions paid good money then parents would train their children from scratch in dvorak and those children wouldn't be hindered by having learned qwerty first.
>>100194023
>>100194769
Saying that he contributes to OSS is a stretch. Anyone can make some obscure programs of dubious utility. But he is a good commentator.
>>100191216
I'm not sure but I think Xah would say OOP is a scam.

/aicg/ - A general dedicated to the discussion and development of AI chatbots

Chaotic Century Edition

>News
Meta AI released Llama 3 8B and 70B https://llama.meta.com/llama3
Claude Opus on Amazon Bedrock https://aws.amazon.com/blogs/aws/anthropics-claude-3-opus-model-on-amazon-bedrock
OpenAI released the gpt-4-turbo as stable
Anthropic released the Claude 3 family https://www.anthropic.com/news/claude-3-family

additional info: https://rentry.org/aicg_extra_information

>Bots
https://chub.ai
https://chub-archive.evulid.cc

Comment too long. Click here to view the full text.
37 replies and 9 images omitted. Click here to view.
>>
>>100200852
Somebody else has already plapped that loli in the logs. Guarantee.
>>
>>100200821
Wait for AWS Opus and AWS Sonnet to be released in more regions, GPT 5, RobotJenny to host 400b Llama 3
>>
>>100200856
>>100200877
retard niggers lmao
>>
>>100200881
I suppose so, but I will abstain in the interest of caring for our keys, if necessary.
>>
>>100200904
>uses proxies
>calls others retard niggers
Yeah I'm thinking you can't into logic.

File: google-pixel-8-in-hand.jpg (56 KB, 1280x720)
56 KB
56 KB JPG
WTF?? IT MAKES ZERO SENSE
6 replies omitted. Click here to view.
>>
Because you give Google money regardless. If you really think about you're more or less paying a premium to not use Google software.
>>
>>100199614
>if Sony performs a warranty repair, Sony will likely charge you a significant service fee
>the removal of DRM security keys may affect advanced camera functionality
>>
>>100199569
are you talking about GrapheneOS? it's not their fault that Google is the only company that gives you an option to easily unlock and relock (with custom roms) bootloader, has great hardware security features and has proper updates (for firmware too) instead of just giving you one OS update and telling you to fuck off like any other company.
>>
>>100199569
You don't. You can install LOS without gapps on a vast majority of devices.
>>100199582
Not true. Again there are numerous phones where you can unlock the bootloader.
>>
>>100200892
Moto phones?

File: girl2.jpg (99 KB, 768x1024)
99 KB
99 KB JPG
Who are the bald guy and the anime girl in the sticky?
7 replies omitted. Click here to view.
>>
>>100200700
Maybe after he dies (soon)
>>
desu it's a good summary of 4chan
>Schizo racist
>Cartoons and NEETisms
>Autistic / pedophile
>>
File: 43c.jpg (16 KB, 203x350)
16 KB
16 KB JPG
>>100200685
Do I see piercing in her nipples?
>>
>>100200685
source on the black baby incubator?
>>
>>100200898
4chan


[Advertise on 4chan]

Delete Post: [File Only] Style:
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.