|
posting on page 0
|
# ¿ Jul 17, 2018 16:53 |
|
|
# ¿ Oct 7, 2024 03:49 |
|
jit bull transpile posted:Looks like X really gave it to ya
|
# ¿ Jul 20, 2018 03:01 |
|
it's a heap of poo poo
|
# ¿ Jul 21, 2018 17:11 |
|
most of my db knowledge can be summed up as: never use Oracle, never use mongo
|
# ¿ Jul 22, 2018 01:26 |
|
negation is not composable with square roots unless you include the complex library
|
# ¿ Jul 23, 2018 22:06 |
|
MALE SHOEGAZE posted:wish your posts weren’t composed this is my legacy postbase, so deal with it
|
# ¿ Jul 23, 2018 22:08 |
|
redleader posted:i once spent an hour on a friday afternoon coding in papyrus. it was somewhat amusing what the gently caress lol
|
# ¿ Jul 26, 2018 19:05 |
|
MALE SHOEGAZE posted:otoh don't kill yourself fixing a bunch of terrible javascript that you didnt write faking your death and fixing JavaScript in Belize, tho
|
# ¿ Jul 27, 2018 14:23 |
|
Luigi Thirty posted:down there they use CocaScript the p in p lang stands for peru
|
# ¿ Jul 27, 2018 14:25 |
|
kleisli
|
# ¿ Jul 29, 2018 16:47 |
|
if all you know how to do is code then you don't understand the importance of non-code things
|
# ¿ Jul 30, 2018 13:31 |
|
Bloody posted:update resume fax resume to ceo
|
# ¿ Jul 30, 2018 22:23 |
|
all i know is that male shoegaze is posting about compiler code and writing libs and as such has graduated from this thread and that phoebeste post was in v poor taste
|
# ¿ Jul 31, 2018 14:24 |
|
HoboMan posted:yeah... in 2003 are you not familiar with the scope of luigi 30's work
|
# ¿ Jul 31, 2018 15:49 |
|
cinci zoo sniper posted:there is also cat thread that is literally 2nd largest thread in forums, also has literal hundreds of gigabytes of homegrown cat jpegs what's the biggest thread if not catte thread
|
# ¿ Jul 31, 2018 18:56 |
|
gonadic io posted:Cspam trump non-lol thread is loving absurd, a good few thousand posts a day
|
# ¿ Jul 31, 2018 19:02 |
|
gonadic io posted:Lol nice serious lomarf
|
# ¿ Jul 31, 2018 19:54 |
|
distributed regex
|
# ¿ Aug 4, 2018 04:46 |
|
data binge and purge
|
# ¿ Aug 7, 2018 14:05 |
|
also academic environments have very little to do with the, from their point of view, mythical, production environment
|
# ¿ Aug 9, 2018 22:08 |
|
what's a unit test
|
# ¿ Aug 13, 2018 13:57 |
|
Peeny Cheez posted:
the mistake is u using amberpos wtf
|
# ¿ Aug 16, 2018 02:41 |
|
Checking in for the hoboman Adventure
|
# ¿ Sep 18, 2018 01:38 |
|
i tihnk its about time for mononcqc to dunk on everything
|
# ¿ Sep 20, 2018 15:59 |
|
hoboman did u rewrite teh forum yet
|
# ¿ Sep 24, 2018 14:32 |
|
edit.com supremacy
|
# ¿ Sep 24, 2018 16:05 |
|
jit bull transpile posted:vim is good for quickly editing a small script or config when ssh'd into a server. I would never use it for editing a local file over something like TextMate or np++. sometimes I even copy the text out of vim, paste it into TextMate, edit it there, press d in vim a bunch, then paste the edited text in. i used vi a little bit to try to unfuck a vm appliance yesterday before giving up and reinstalling it vi was the nicest part of this whole experience
|
# ¿ Sep 25, 2018 14:37 |
|
gonadic io posted:Amazing startup idea: gzip as a service gaas oh i see what you did there
|
# ¿ Sep 26, 2018 14:27 |
|
CRIP EATIN BREAD posted:also the best compression algorithm: http://www.dangermouse.net/esoteric/lenpeg.html lol
|
# ¿ Sep 26, 2018 18:19 |
|
akadajet posted:true, but it's a mistake we're stuck with mlyp
|
# ¿ Sep 30, 2018 16:02 |
|
knowing specifics is overrated knowing concepts and the ability to figure out specifics on demand is where it's at
|
# ¿ Sep 30, 2018 19:43 |
|
all i know about databases is that if i need one i should probably use postgres and ideally leave it to someone else
|
# ¿ Oct 30, 2018 14:37 |
|
pointer to brownstar
|
# ¿ Oct 30, 2018 14:58 |
|
DELETE CASCADE posted:i haven't used jooq extensively but i like the middle ground it provides. i don't think the so-called "object-relational impedance mismatch" that orms are supposed to solve is really a thing. it is almost always pretty obvious how to map; oh, this field of my class x is a list of ys, so i'll have a y table with x.id as a foreign key, loving duh. oh you have inheritance, whatever, fill the unused columns with nulls. the actual "problem" people are encountering is that the language for working with your rdbms is sql, you have no other choice, that is the only query interface to the database. if you hate sql then you will be inclined to use an orm like hibernate that hides it all behind the scenes for you. this is bad because it just hides the translation to sql under its hood, so when the abstraction breaks and you need to debug it, you get to struggle with some auto-generated sql that is even more worthy of your hate than the hand-written sql you were trying to avoid. on the other hand, if you love sql, you will want to write your whole app in the database as much as possible. this is bad because you ultimately can't do that, you will need some java code or whatever for the frontend, and that code isn't sql, so now you are embedding the actual logic of your app as (probably dynamically constructed) sql strings in java. shaggar would tell you here to use stored procs and he's kinda right, but are you gonna put every single simple sql query into an sproc? probably not, so it'd be nice if your java code had a way to write some sql queries in a safer way than embedded strings of another language. jooq provides this without going completely overboard into xml mapping files and other orm bullshit add some newlines jfc
|
# ¿ Nov 2, 2018 00:38 |
|
DELETE CASCADE posted:but then i have to think about where the newlines go bing em up your rear end
|
# ¿ Nov 2, 2018 00:41 |
|
CRIP EATIN BREAD posted:be the change you want to see in this world instead of complaining about other people not doing it I can't ban u tho
|
# ¿ Nov 5, 2018 03:44 |
|
CRIP EATIN BREAD posted:real talk though: gbs has become a lot more mild since the last mod switchover, but if you still feel it's too racist/transphobic/anti-gay or whatever, you can start reporting posts you think are bad, open a thread in QCS with your grievances, or contact lowtax via email/twitter through the sticky at the top of each forum. complaining about it in the terrible programmer thread is probably not going to make a difference. wait are you suggestion that someone who thinks there's bigotry problems in gbs should post in qcs
|
# ¿ Nov 6, 2018 15:37 |
|
TheFluff posted:the empty freetext search box is the original sin of computer user interface design. such a simple and seemingly innocent thing, and yet it is a constant reminder of the monumental hubris of techbros. the foundation of human knowledge is not the nerd virtue of being able to remember endless bits of pointless trivia, but rather systematic classification. organizing and cataloging information is a skill as old as writing itself, and here we are supposed to ignore all advances in the field since the dawn of time and instead blindly hope we remember the incantation necessary to coax some idiot scoring algorithm into coughing up a somewhat related result. it is fundamentally anti-intellectual. death to freetext search, all hail archival science. ok vannevar
|
# ¿ Nov 13, 2018 19:26 |
|
TheFluff posted:Bush Was Right tbh vannevar bush had very good ideas, i just wanted to post that at u
|
# ¿ Nov 13, 2018 20:20 |
|
|
# ¿ Oct 7, 2024 03:49 |
|
lmbo at the last four posts
|
# ¿ Nov 30, 2018 20:24 |