[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] [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
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]


File: Laurie.png (1.21 MB, 864x1184)
1.21 MB
1.21 MB PNG
What are you maids working on?

Last one: >>106840616
>>
>>106858071
I watched like half of her recent video about Ken Thompson's compiler Trojan. Was kinda meh. Why does /g/ go crazy about her?
>>
>>106858103
Also, inb4
>her
>>
>>106858103
>Why does /g/ go crazy about her?
Don't be disingenuous, you know exactly why
>>
>>106858071
thats a man
>>
Erlang is king.
>>
>>106858071
This is a clothes swapped AI image made by one of you goonbrains isn't it? There's no way she actually owns a maid outfit and dresses up like this. Can't you sickos just leave this poor woman alone? If she actually did dress up like this that would be so hot though damn I wouldn't be able to control myself
>>
>>106858113
She's attractive and actually knows what she's doing, unlike most girl coderz? Sure, but it just wasn't super engaging. Maybe if it was a story I didn't already know?
>>
>>106858238
What course? You had a computer science course that was mostly girls?
>>
File: 1728814120771537.jpg (3.82 MB, 4000x3000)
3.82 MB
3.82 MB JPG
>>106858071
this machine kills r*iko(/r9k/ pedo)'s rustoddler descendants that call themselves f*mboys(they believe themselves to be invulnerable to foreign transphobia and homophobia) via the sheer power of Lua
>>
We need a new schizo-free and maid-free general for programming.
>>
>>106858071
I'd suck her dick
>>
>>106858103
>Why does /g/ go crazy about her?
she has a fat cawk
>>
so now he's co-opting generals to push this shit because his standalone shill threads are getting banned?
>>
>>106858071
She just needs some blush makeup on then she'll be unstoppable
>>
File: angry-emoji-hat.png (346 KB, 1024x1024)
346 KB
346 KB PNG
>>106858587
Laurie is a SHE.
>>
>>106858599
I like sucking on dat BBC BTW
>>
File: doubt.jpg (140 KB, 2847x1412)
140 KB
140 KB JPG
>>106858599
>>
File: angry-emoji-long-hair-2.png (586 KB, 1024x1024)
586 KB
586 KB PNG
>>106858610
>>106858637
OMG YOU MORONS LOOK AT HER HANDS.

I'M NOT GAY I AM NOT ATTRACTED TO MEN. IF I AM ATTRACTED TO A WOMAN, SHE IS A REAL WOMAN.
>>
C++ helper code for Advent of Code, to print most common data structures.
https://godbolt.org/z/WMPvre4vz
#include <iostream>
template<class T> concept IterableConcept =
requires(T&& o) { std::begin(o) != std::end(o); *std::begin(o); };
template<class T> concept StringConcept =
requires(T&& o) { std::string_view{o}; };
template<class T> concept KeyValueConcept =
requires(T&& o) { o.first; o.second; };
template<class T> concept PairConcept =
requires(T&& o) { o.h; o.t; } ||
requires(T&& o) { o.x; o.y; };

struct Osw {
~Osw(){ std::cout << '\n'; }
template<KeyValueConcept T>
const Osw& operator,(const T& o) const {
const auto& [k, v] = o;
return *this, '{', k, ": ", v, '}';
}
template<PairConcept T>
const Osw& operator,(const T& o) const {
const auto& [a, b] = o;
return *this, '(', a, ", ", b, ')';
}
template<IterableConcept T>
requires(!StringConcept<T>)
const Osw& operator,(const T& o) const {
std::cout << '[';
for (int n = 0; auto&& i : o) {
if (n++) std::cout << ", ";
*this, i;
}
std::cout << ']';
return *this;
}
const Osw& operator,(const auto& o) const {
std::cout << o;
return *this;
}
};
#define PRN Osw{},

#include <array>
#include <vector>
#include <unordered_map>
#include <unordered_set>
int main(){
auto il = {1, 2, 3, 4};
PRN "initializer list: ", il;
std::string_view a[][2]{{"sour", "sweet"}, {"cold", "hot"}, {"noise", "music"}};
PRN "array: ", a;
std::array<std::array<const char*, 2>, 3> sa{
{{"red", "blue"}, {"teal", "olive"}, {"green", "black"}}};
PRN "std::array: ", sa;
std::vector v{std::vector{std::unordered_set{2.2}, {3.5}}, {},
{{3.3, 1.2}, {4.4}}, {{5.5}, {6.6}}};
PRN "vector: ", v;
std::unordered_map<int, const char*> m{{1, "one"}, {2, "two"}};
PRN "map: ", m;
struct {std::string h; std::vector<int> t;} o{"head", {3, 2, 1}};
PRN "pair: ", o;
struct {int x, y;} pa[]{{0, 1}, {1, 0}, {1, 1}};
PRN "pair array: ", pa;
}
>>
>>106858071
why is that man dressed like that?????
>>
>>106858071
Please be a man
>>
>>106858071
Would totally play with his floppy if you catch my drift
>>
File: man.png (676 KB, 855x856)
676 KB
676 KB PNG
>>106858071
That's a man
>>
>>106859041
>>106859064
>>106859157
>>106859238
these are women hating trannies
>>
>>106858071
AI magic man do your magic plz ..
>>
>>106858071
Die from aids unhinge faggot.
>>
>>106858939
Damn fella, use some functional programming.

map/iter/filter/fold

These are your friends.

Look at the boost library for inspiration.
>>
>>106858325
Tell me about the secret histories, o schizo
>>
>>106858116
she's tucking that shenis
>>
Can someone tell me how manga/anime website aggrigators effectively and reliably scrape from multiple data sources?

Say you want to scrape a bunch of stuff from multiple different websites but you run into the problem of how can you tell if a manga and a chapter is identical across data sources, which has the best quality, and how do you maintain this without so much effort for each website.

I was thinking of making a builder base class that can help remidy this but still seems like a lot of manual work
>>
Why does AI keep doing this?

You can't return a data structure, whole, in C! Can you? Am I mistaken?

I'm fairly sure you can't. I don't even need to test it.

These idiots need babysitting to work. I don't understand how they are replacing real programmers.
>>
>>106859750
You can. Most people use pointers, but you can send a whole struct in and return return one
>>
>>106859750
You can't return a pointer to 'token', a local variable. Returning a copy is fine.
>>
>>106858071
Anyone have an archive of his photos? I must masturbate.
>>
>>106858214
sekrit caulk
>>
Nakaadashi
>>
what's the fastest way to learn JS and Vue 3?

got a job, but never did web dev and they want me to do web dev for the use with docker
>>
>>106859913
In C the caller allocates the space on the stack for the returned struct and passes that location to the callee, correct? In the example code, why wouldn't the callee just use that space directly for the local variable instead of allocating additional space on the stack then spend ops to copy the contents to the caller-allocated space?
>>
>>106859986
Return value optimization is an impl./optimization detail. There might not even be a function call to hit this optimization.
>>
>>106859238
For fuck sake why can't there be cute girls in tech? Why every girl must be some degenerate troon fuck?
>>
>>106860090
Young & make-up filled bimbos don't settle for pedos nor *tism until they get bored of trains.
>>
>>106858071
HOLY SHIT POST THE LORA
>>
What's it called when you're looking at your code at you start feeling like you've just been writing a bunch of specialized cases for a more general approach and you're trying really hard to peak into the Platonic realm to see what it looks like but it keeps evading your sight like some kind of ephemeral fae spirit.
>>
>>106860332
It's called the first draft of the solution?
>>
File: firefox_toUKAQkpLq.png (110 KB, 1841x1044)
110 KB
110 KB PNG
Does anyone else keep a homepage on their own home server? I frequently beautify JSON and decode URIs so I added a couple little tools there to do that really quick. I have a keyboard macro which opens this site when I hit Win-Shift-F
>>
>>106858325
>this machine kills r*iko(/r9k/ pedo)'s rustoddler descendants that call themselves f*mboys(they believe themselves to be invulnerable to foreign transphobia and homophobia) via the sheer power of Lua
Get this on a laptop sticker
>>
>>106859238
mogs me
>>
>>106859750
>I'm fairly sure you can't. I don't even need to test it.
Never do this, because sometimes you'll be wrong and embarrass yourself like you just did.
Always check your assumptions, and always test.
>>
>>106858071
My own TempleOS version of Paint from scratch
>>
you can cause a stack overflow by having a function call itself repeatedly

can you also cause one by manually writing out the same number of unique functions that triggered the overflow calling the next one in sequence?
>>
>>106860993
you can probably cause a stack overflow with anything if you are committed enough
>>
Will this have an accumulative error or time?
>>
>>106861017
over time*

and I have nodelay on so getch() is not blocking.
>>
>>106860332
That's called not knowing enough category theory.



[Advertise on 4chan]

Delete Post: [File Only] Style:
[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.