|
amazing.
|
|
|
|
|
| # ? Dec 10, 2025 21:37 |
|
fritz posted:so is it basically 64 bit fixed point w/ 32 bits after the decimal? no, 32-bit fixed point, S15.16 format
|
|
|
|
Luigi Thirty posted:terrible programmer status: vector processing aaaaag
|
|
|
|
AggressivelyStupid posted:i had to change a few other things but it let me do stuff there's no client-side language in the world that could prevent this. js can't stop your devs from not understanding the most basic rules of web security
|
|
|
|
also, fire all involved in that
|
|
|
|
AggressivelyStupid posted:love too open up a console window for one of our products, type butt.user.AuthGroup = "Admin"; I inherited a project like this. in ours you could also go to 'forget password', type in an email, and the server would send back the entire user record in an ajax call (to display whether the email was valid) which would include the hashed password and reset token.
|
|
|
|
somebody just emailed me asking me to fix a node.js library i made four years ago. this is what i get for touching node.
|
|
|
|
aardvaard posted:somebody just emailed me asking me to fix a node.js library i made four years ago. this is what i get for touching node. fix it by force pushing an empty repo so everybody depending on it breaks
|
|
|
|
Congratulations ! You are great debugger !! update: microcode can now do matrix arithmetic and fixed-point arithmetic, meaning once I figure out how to set up transformation matrix on the RSP I'll be able to project 3d triangles, I'm a regular rareware
|
|
|
|
Flat Daddy posted:I inherited a project like this. in ours you could also go to 'forget password', type in an email, and the server would send back the entire user record in an ajax call (to display whether the email was valid) which would include the hashed password and reset token. I found an issue kind of like this in a local online food delivery service. the order numbers in the order tracker looked sequential, so of course you can just iterate through them and get people's payment details, addresses, phone numbers, etc. They fixed it up within a few hours of me emailing them, so now you just have to be authenticated to iterate through people's orders.
|
|
|
|
lol if your login page doesn’t send the plaintext password for a client side check
|
|
|
|
Boiled Water posted:tay the bot oh that I thought the op was talking about some bot notch wrote and the source that was released contained a bunch of poo poo lol
|
|
|
|
c tp s: some more thoughts on dbt. its kinda cool but logging is quite bad, for macros and stuff like that. im not sure how much of a useful tool it is in production, but it's been really nice for the current project, whereby i need to explain our developers how to generate one analytical report without relying on sql - i can't just throw them gigantic and really slow sql script so instead im just seting them this DAG (look at mr. fancy righ there) of trivial sql selects, which is the premise of the tool. for production use its ok but in my case ("rendering" everything as views) our db dude is complaing about tables being locked by views, and table "render" would be considerably slower and more involved with resource consumption in general though i like it even without using it for the intended target systems (redshift/bigquery). i'll need to tinker more with dbt, there was some kind of ephemeral materialisation option i did preemtively ignore
|
|
|
|
|
petition to rename the thread to "terrible programming: ��������� " ' actually seems to work in this post though ![]() hurr of course its smart quotes from phones hobbesmaster fucked around with this message at 20:54 on Oct 9, 2018 |
|
|
|
smart quotes more like �smart� quotes
|
|
|
|
hobbesmaster posted:hurr of course its smart quotes
|
|
|
|
this is just how quotes work in Esperanto
|
|
|
|
cinci zoo sniper posted:c tp s: some more thoughts on dbt. its kinda cool but logging is quite bad, for macros and stuff like that. im not sure how much of a useful tool it is in production, but it's been really nice for the current project, whereby i need to explain our developers how to generate one analytical report without relying on sql - i can't just throw them gigantic and really slow sql script so instead im just seting them this DAG (look at mr. fancy righ there) of trivial sql selects, which is the premise of the tool. for production use its ok but in my case ("rendering" everything as views) our db dude is complaing about tables being locked by views, and table "render" would be considerably slower and more involved with resource consumption huh, looks nice quote:dbt has two core workflows: building data models and testing data models. (We call any transformed view of raw data a data model.) assertions. invariants. noice
|
|
|
|
Soricidus posted:make a text-mode ui, there must be java bindings for ncurses or w/e good idea. splashing text around randomly sounds way easier than that other poo poo found an pure-java terminal output library. i'll throw together a basic abstraction layer so i can easily change the UI later, and then toss that library on top
|
|
|
|
ill be able to report back some testing experience likely tomorrow already. i need to check some business logic in the morning to see if the grand scale of things adds up, but after that ill have to add a lot of formal verification to ensure that joins and filters work as intended because our data model is so pos that instead of writing custom tests for business logic i need to instead worry about things such as “is there a 10 dollar transaction in transaction table that matches the 10 dollar gift card sale from gift card table”
|
|
|
|
|
Jeoh posted:smart quotes more like �smart� quotes
|
|
|
|
how do you even get the same garbage encoding for both smart quotes what garbage even is that
|
|
|
|
Like why are smart quotes a thing, I've never read a rational discussion about why ' and " need to have those loving ligatures for any reason
|
|
|
|
Janitor Prime posted:Like why are smart quotes a thing, I've never read a rational discussion about why ' and " need to have those loving ligatures for any reason ah ok are you sure that you know what a ligature is
|
|
|
|
Janitor Prime posted:Like why are smart quotes a thing, I've never read a rational discussion about why ' and " need to have those loving ligatures for any reason look at this person who doesn't have any appreciation for the written word
|
|
|
|
Janitor Prime posted:Like why are smart quotes a thing, I've never read a rational discussion about why ' and " need to have those loving ligatures for any reason ' is an apostrophe, not a quote. ‘ and ’ are quotation marks (in some languages), which have an orientation the same way parentheses or brackets do. If you work in publishing or printing, the three of them are distinct and must be set correctly. Of course, a lot of systems that do "smart quotes" end up replacing the apostrophe with a right quote, so welp.
|
|
|
|
ComradeCosmobot posted:how do you even get the same garbage encoding for both smart quotes In QCS somebody said it's the Unicode replacement character, FFFD.
|
|
|
|
Janitor Prime posted:Like why are smart quotes a thing, I've never read a rational discussion about why ' and " need to have those loving ligatures for any reason ascii did a 'han unification' on punctuation
|
|
|
|
Kevin Mitnick P.E. posted:ah ok are you sure that you know what a ligature is I can never talk straight when it comes to loving fonts and Unicode terms. I thought ligatures were the modifiers and poo poo you put on the basic symbols. like � is the the letter e with a right accent on top. ComradeCosmobot posted:look at this person who doesn't have any appreciation for the written word I get that they exist for a reason and have a specific use, but what business does any computer have in replace apostrophes with quotes? Did this all come about because some dipshit thought gently caress it, everyone really wants to use quotes, so I'll just helpfully replace them?
|
|
|
|
there shouldnt even be a double quote we should just be using double apostrophes
|
|
|
|
han-si unification
|
|
|
|
i mean also let's talk about old style and tiling numerals, or a virgule and a solidus
|
|
|
|
Corla Plankun posted:there shouldnt even be a double quote we should just be using double apostrophes i mean, theoretically, but with a zwj
|
|
|
|
Janitor Prime posted:If i want to quote something I just put the whole statement in between " ", not use those fancy oriented single quotation marks.
|
|
|
|
personally i think french quotation marks are the best
|
|
|
|
tef posted:ascii did a 'han unification' on punctuation we never should have abandoned ascii
|
|
|
|
Shaggar posted:we never should have abandoned ascii yep, it’s shaggar
|
|
|
|
Janitor Prime posted:I can never talk straight when it comes to loving fonts and Unicode terms. I thought ligatures were the modifiers and poo poo you put on the basic symbols. like � is the the letter e with a right accent on top. you're probably thinking of unicode combining characters, which is how zalgo is made. ligatures are a typesetting thing, extra glyphs in a font
|
|
|
|
Janitor Prime posted:I can never talk straight when it comes to loving fonts and Unicode terms. I thought ligatures were the modifiers and poo poo you put on the basic symbols. like � is the the letter e with a right accent on top. The "characters that combine with other characters to make accented versions" are called "combining characters" "ligatures" are (typically) considered part of a font and not distinct characters; they correspond to nice looking things like making an adjacent f and t share a crossbar etc. A ligature is, literally, a tie between one or more letters
|
|
|
|
|
| # ? Dec 10, 2025 21:37 |
|
mystes posted:There shouldn't be too much trouble in this thread then
|
|
|
































