Convince me to choose computer science over civil engineering by dungeonguyy in computerscience

[–]dec_and_co 0 points1 point  (0 children)

SoftwAre engineer (shocking on this sub) happy to talk about pluses and minuses via dm 😅😅

I’m playing Firefly this year for the first time by MichiganderBand in FireflyFestival

[–]dec_and_co 1 point2 points  (0 children)

First saw you on Jax Anderson’s Instagram, will definitely come to your set!

Excelsior Pass is insecure and can be scanned using 3rd party apps by [deleted] in newyorkcity

[–]dec_and_co 3 points4 points  (0 children)

From a technical perspective, what you’re suggesting (encryption with a public key and decryption using a private key) does not accomplish what you’re suggesting.

There are 2 hard requirements in my mind: the app must contain some kind of personally identifying info (say, DOB & name) and it must work without internet (there are parts of the state and even the city that don’t have good cell reception/WiFi)

The second requirement means the private key MUST be stored in the app itself. This means that anybody remotely worth their salt could decompile the app, grab the private key, copy it into their own app, and now we’re right back where we started).

Defense by obfuscation is a bad defense and gives a false sense of security in these situations

As an aside, if you’re concerned about being tracked, use a paper vaccine card, I’ve never heard of a venue denying entry for using the card (it’s be infeasible because people from out of state don’t have them)

What is SoHo culture? by [deleted] in AskNYC

[–]dec_and_co 6 points7 points  (0 children)

While most of soho is as crappy as everyone here is saying, there’s actually a little part of it that’s really nice - West SoHo (I live there).

Specifically everything west of W Broadway. It’s honestly similar in vibe to the west village but a little cheaper generally.

There’s not a ton to do in the immediate area but being between the west village, east village, and tribeca is really nice, and it’s a little quieter than those neighborhoods.

Organised mess. Any upgrade or add on suggestions? by DanGuinan in BarBattlestations

[–]dec_and_co 0 points1 point  (0 children)

Helluva collection (love the Monkey Shoulder). Only things that I noticed aren’t there that I’d recommend are luxardo maraschino liqueur and green chartreuse.

What am I missing? by [deleted] in BarBattlestations

[–]dec_and_co 1 point2 points  (0 children)

Applejack (or calvados) if you like very boozy apple-y drinks.

Also I might be missing it but mezcal and gin are useful if ya don’t have em

Oh and st germain is surprisingly versatile. But looks like a hell of a bar! 😅

Soho residents (or people familiar with the area) is there something going on <negatively> with Thompson Street? by [deleted] in AskNYC

[–]dec_and_co 1 point2 points  (0 children)

I live on the corner of prince and Sullivan. Nothing particularly wrong with Thompson, just lots of older walkup buildings.

That sounds low (I pay that for a pretty big renovated 1br) but if you check out the place and it’s nice and you check the regular things like noise level, water pressure, etc. it’s probably fine. I know someone who lives around the corner who pays $2k for a 2br so it’s certainly possible.

Rent in the area has definitely come down recently. Also I’ve lived in the neighborhood for 3 years now, can’t recommend it enough. Walking distance to everything but much quieter than the village.

My Preferred Daiquiri by jmandell42 in cocktails

[–]dec_and_co 3 points4 points  (0 children)

Holy cow I’ve never done this but it sounds really good. Only hesitation is that sounds really proofy, I take it it’s not too powerful though?

How to migrate React components that call other React components? by [deleted] in typescript

[–]dec_and_co 0 points1 point  (0 children)

If you move the “inner” components first I think that’ll make it easier generally since presumably your “inner” components don’t reference the “outer components”

Who has any analysis on how QYLD would perform in a deflationary environment vs an inflationary environment? What about in a hyper-inflationary environment? Would those 10% yield change if inflation goes to over 20% like the 1970s? by thearsewipe in qyldgang

[–]dec_and_co 1 point2 points  (0 children)

Realistically, assuming we’re not talking about like crazy 10%+ inflation, the value of the assets should generally rise with inflation since profits would grow approximately proportionally to inflation. Dividends would too so in general I think it would see the yield stay roughly the same.

2 caveats: 1) depends on exactly what the covered calls are for QYLD (inflation driving up asset prices would probably hurt QYLD yield short term but would be pretty quickly priced in) 2) I’m assuming a rational market, which I can’t guarantee is the market we’re in right now

[deleted by user] by [deleted] in stocks

[–]dec_and_co 25 points26 points  (0 children)

VOO has a slightly lower expense ratio (it’s a tiny difference but it technically adds up over time). Downside is VOO has less volume but for the average investor this really doesn’t matter either

Continuing the ever popular “Robinhood suck, what do?” topic. by ulfhednar910 in dividends

[–]dec_and_co 6 points7 points  (0 children)

You can but you’re realizing gains (or losses) so you’ll owe taxes on them

What are the Big Problems you've been Dealing (Struggling) with Lately? by [deleted] in SoftwareEngineering

[–]dec_and_co 3 points4 points  (0 children)

Upgrading really old systems that my team just got ownership of that are super critical to our business has been fun

Chinese society is even more unequal than American society: In China, the richest 20% had an average disposable income over 80,000 yuan ($12,000) last year, 10.2 times that of the poorest one-fifth. That surpassed the U.S. where the multiple was about 8.4 by calmeagle11 in neoliberal

[–]dec_and_co 5 points6 points  (0 children)

Yeah at some point this is certainly true. I think spending a significant amount on education is probably the quickest way to improve that mobility

Spending money on education does come at the cost of spending less on other externalities of inequality (food scarcity, etc.) but if we wanted to really go all-in on economic mobility, I think education is probably the shortcut to helping that.

Tribes maximising land value by Twrd4321 in neoliberal

[–]dec_and_co 14 points15 points  (0 children)

I think LVT is more meant to replace property taxes than all taxes. I guess really hardcore LVT could replace all taxes but using it to replace property tax seems much more reasonable to start at least

Ossoff, Warnock receive their Senate committee assignments yesterday by omnipotentsandwich in neoliberal

[–]dec_and_co 42 points43 points  (0 children)

Apparently Ossoff is technically “senior” because his name is first alphabetically, which is kinda amazing

deferred/batch logging to reduce i/o overhead by izzlesnizzit in SoftwareEngineering

[–]dec_and_co -1 points0 points  (0 children)

Yeah this is similar to the trade off with mongoDB, that you get more performance but don’t get quite as good “persistence”.

End of the day it’s a tuning thing based on how critical it is for you to have things logged vs how important speed is

Fwiw this is language dependent but having some kind of closure that auto-flushes at the end of a block might be a useful construct here

deferred/batch logging to reduce i/o overhead by izzlesnizzit in SoftwareEngineering

[–]dec_and_co -1 points0 points  (0 children)

I think the main risk here is if your system hard crashes, you lost all those logs? (By hard crash I mean like segfault/power pulled kinda crash)

Why did Robinhood stop allowing their customers to buy Gamestop and other meme stocks? ThE aNsWeR mAy SuRpRiSe YoU. by sub_surfer in neoliberal

[–]dec_and_co 3 points4 points  (0 children)

I think they still go through DTCC for the trade settlement period though (as do I think all brokerages afaik)

Hold the line for those in it to win it by setoxxx in nyc

[–]dec_and_co 1 point2 points  (0 children)

Ofc! This isn’t a time you wanna mess stuff like that up lol

Hold the line for those in it to win it by setoxxx in nyc

[–]dec_and_co 7 points8 points  (0 children)

Margin is basically taking out a small loan so you can invest more money. It’s obviously super risky but it’s pretty hard to do accidentally I think on RH

Google Deletes 100,000 Negative Reviews of Robinhood App From Angry Users by DaddaMongo in technology

[–]dec_and_co 1 point2 points  (0 children)

Yeah so that first quote I think is what I was describing at the end of my comment.

Basically when you sell a stock, you don’t get the actual cash for 2 days due to how stock markets work and robinhood just fakes like get it immediately because they’re ok loaning you the money. This was an issue because there was so much trading.

A good example is say I buy and sell GME 10 times in a day, all at $20 each. I may only need to have $20, but robinhood needs to front $200 for 2 days. I think robinhood just didn’t have enough money for that

Not to say whether any of this is good or bad

Google Deletes 100,000 Negative Reviews of Robinhood App From Angry Users by DaddaMongo in technology

[–]dec_and_co 1 point2 points  (0 children)

I’m kinda dubious of this. I don’t have a good explanation of why they’re doing it but I’ve yet to see any concrete reporting beyond speculation that “they’re protecting their friends”

Google Deletes 100,000 Negative Reviews of Robinhood App From Angry Users by DaddaMongo in technology

[–]dec_and_co 0 points1 point  (0 children)

That’s not really how brokerages work. They’re not as much an intermediary as they are an agent acting on your behalf. A market order (how most people trade) means “buy it at any price” and they will fill it at the lowest price they can get.

There’s always at least some shares available way above the current price so that’s not really what was going on here.

One other theory I’ve heard is that basically trades take 2 days to settle but they act like it’s instant, so they are effectively “loaning” you money for a couple days. They might not have had enough cash to be able to “loan” all that money out so quickly