|
ya i think so. but maybe there’s a better way idk
|
# ? Jul 26, 2018 13:36 |
|
|
# ? Dec 3, 2024 15:17 |
|
there's other options: https://www.dyslexiefont.com/en/typeface/
|
# ? Jul 26, 2018 13:41 |
|
cinci zoo sniper posted:basically each agent has a list of customers assigned to them. they log into customer management panel in the morning, and start going one by one, manually, through customer account pages. if they see that customer has an invoice due, they print out a blank invoice reminder letter form, open customer personal detail page, and write down their details, by hand, into the form, and the gold it into an envelope and write the customer’s address on it, by hand. two letters per customer. total volume of hundreds, if not thousand, per day. automate that poo poo. also sql server is great. check out SSIS while you're in there
|
# ? Jul 26, 2018 14:24 |
|
the stupidest thing about latex is how you have to keep re-running the compiler until the results look right
|
# ? Jul 26, 2018 14:57 |
|
Five star c === five pass LaTeX?
|
# ? Jul 26, 2018 15:26 |
|
So, golang has p-lang level error handling. Right now, 75% of my golang code is poo poo likecode:
Seems bad.
|
# ? Jul 26, 2018 16:02 |
|
it is wild to me that there are people who unironically laud go's error handling. have they never used an adult language before
|
# ? Jul 26, 2018 16:07 |
|
c terrible programmer s: been asked to make our 8 yr old home rolled fim output logs in a format that our ticketing system will accept. currently it hits character cap when listing every file exception out. The general direction was just "list what servers have exceptions, and the number of exceptions, and then have a link to the SEIM's report for those events. I can write powershell and python but this is C#. I don''t know c#. I feel like i'm playing whack-a-mole trying to figure out why in certain cases my new lines are actually triggered and in some they aren't. also side bitch: the logging module was home rolled too, they didn't use log4net or nlog, we just have a whole Logging.cs file full of "file.WriteLine". i'd bitch about why we aren't using actual c# devs that we have in house for this, it would probably take them less than hour or two to figure out, but i've been wanting to figure out c# more, so, r i p
|
# ? Jul 26, 2018 16:12 |
Bloody posted:the stupidest thing about latex is how you have to keep re-running the compiler until the results look right most toolchains have ways to determine the number of compiler reruns needed and execute compilation accordingly
|
|
# ? Jul 26, 2018 16:30 |
|
Jowj posted:c terrible programmer s: its possible they used a mix of line terminators. how are you reading in the log files and is there a standard layout (ex: date severity message) or is it a mess?
|
# ? Jul 26, 2018 16:36 |
|
Shaggar posted:its possible they used a mix of line terminators. how are you reading in the log files and is there a standard layout (ex: date severity message) or is it a mess? ah I miss-typed. I said "why my new lines aren't triggering" and i meant my new lines of code, rather than literal new lines. but, lol no its a loving mess. it prints out a txt file but doesn't do any standardization its a travesty. code:
edit: oh my god they are using a mix of line terminators gently caress, sometimes \n sometimes \r\n i am flabbergasted. this is windows only too. Jowj fucked around with this message at 16:48 on Jul 26, 2018 |
# ? Jul 26, 2018 16:44 |
|
Finster Dexter posted:So, golang has p-lang level error handling. Right now, 75% of my golang code is poo poo like handle ur fuckin errors then
|
# ? Jul 26, 2018 16:45 |
|
Bloody posted:it is wild to me that there are people who unironically laud go's error handling. have they never used an adult language before i mean, there is something to be said for how explicit it makes everything but it's also boilerplate-y as hell.
|
# ? Jul 26, 2018 16:47 |
|
Bloody posted:it is wild to me that there are people who unironically laud go's error handling. have they never used an adult language before go's error handling is 'okay' exceptions are 'okay' well, theres my hot take
|
# ? Jul 26, 2018 16:47 |
|
redleader posted:the default latex font is so loving ugly, and instantly marks its users as being disgusting, aesthetically-inept goonlords look how loving wrong this poster is, hooooly poo poo i have never seen anything so incorrect
|
# ? Jul 26, 2018 16:50 |
|
redleader posted:the default latex font is so loving ugly, and instantly marks its users as being disgusting, aesthetically-inept goonlords yeah, looks like it'd be at home as a default linux font
|
# ? Jul 26, 2018 16:53 |
|
cinci zoo sniper posted:just override it to comic sans on system level
|
# ? Jul 26, 2018 17:02 |
|
wingdings imo
|
# ? Jul 26, 2018 17:08 |
|
Mao Zedong Thot posted:handle ur fuckin errors then That is the fuckin error handling... unless I want to panic/recover in which case you lose the err completely. jony neuemonic posted:i mean, there is something to be said for how explicit it makes everything but it's also boilerplate-y as hell. Yeah, pretty much. It worsens the snr.
|
# ? Jul 26, 2018 17:14 |
|
ctps:code:
|
# ? Jul 26, 2018 17:20 |
|
guess who added a quick fix to something and added the exact threading related bug that they'd just fixed somewhere else to a different part of the code base one day before deployment? this guy. In my defence it worked in 50% of cases. zero test case coverage strikes again lol
|
# ? Jul 26, 2018 17:23 |
|
gonadic io posted:Ex coworker used to chose in comic sans full time. Idk if he was doing it ironically, or as some kind of counter-culture thing? He said he found it easier to read maybe he just has lovely eyesight I’ve heard that comic sans is coincidentally easier to distinguish for people with dyslexia and unlike dyslexia-specific fonts it’s installed everywhere
|
# ? Jul 26, 2018 17:25 |
|
Finster Dexter posted:So, golang has p-lang level error handling. Right now, 75% of my golang code is poo poo like At the risk of sounding ignorant, what is a p-lang?
|
# ? Jul 26, 2018 17:30 |
|
Bloody posted:ctps: have you tried `cat` op? (it's called `type`) in Windows cmd
|
# ? Jul 26, 2018 17:35 |
|
TheCog posted:At the risk of sounding ignorant, what is a p-lang? All those dynamic "scripting" langs that start with a p. Perl, python, php, ruby
|
# ? Jul 26, 2018 17:36 |
|
TheCog posted:At the risk of sounding ignorant, what is a p-lang? Bloody posted:ctps:
|
# ? Jul 26, 2018 17:37 |
|
gonadic io posted:All those dynamic "scripting" langs that start with a p. Perl, python, php, ruby pjavascript
|
# ? Jul 26, 2018 17:37 |
|
Bloody posted:ctps: cat b.txt >> a.txt
|
# ? Jul 26, 2018 17:42 |
|
Finster Dexter posted:cat b.txt >> a.txt code:
Ellie Crabcakes fucked around with this message at 19:47 on Jul 26, 2018 |
# ? Jul 26, 2018 17:52 |
|
gonadic io posted:have you tried `cat` op? (it's called `type`) in Windows cmd Finster Dexter posted:cat b.txt >> a.txt code:
|
# ? Jul 26, 2018 17:53 |
|
maybe if windows wasnt a POS OS...
|
# ? Jul 26, 2018 18:02 |
|
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 18:05 |
|
redleader posted:i once spent an hour on a friday afternoon coding in papyrus. it was somewhat amusing
|
# ? Jul 26, 2018 18:07 |
|
i just use monaco as god intended.
|
# ? Jul 26, 2018 18:10 |
|
Yas, uTub has moved to Polymer and Mozilla is whining like a big babby. https://twitter.com/cpeterso/status/1021649116391075840 Why target Polymer v1 and not v2 or v3 that was released at Google.IO this year? Only v1 actually works properly, Actually I'm surprised they got Edge working as I find MS's both browsers error out on just loading the most basic of components.
|
# ? Jul 26, 2018 18:12 |
|
Peeny Cheez posted:
|
# ? Jul 26, 2018 18:16 |
|
Peeny Cheez posted:
i think doing the dumb thing in c# was effectively faster for my doesnt know a unix brain but i am not surprised that it is a trivial grep
|
# ? Jul 26, 2018 18:36 |
|
Peeny Cheez posted:
wow, nice, didn't know that was possible i had to add a -f to tell grep 'look in a.txt for patterns', but it could be that the mac-bundled bsd grep is just not the same as gnu grep, idk.
|
# ? Jul 26, 2018 19:01 |
gonadic io posted:Lol what a li'l bitch Honestly it was more of a "fix if it's not too much of a pain" sort of thing. I guess maybe this is approaching the "it's too much of a pain" point, but I do need to make a few other changes to the flowchart so I might as well see if I can get this working while I'm at it.
|
|
# ? Jul 26, 2018 19:15 |
|
|
# ? Dec 3, 2024 15:17 |
|
can you change the doc to match the svg instead?
|
# ? Jul 26, 2018 19:21 |