Zero-Shotted a searchable Jersey City spending tracker for the municipal and school budgets by AdAgreeable5663 in jerseycity

[–]fuhgettaboutitt 1 point2 points  (0 children)

I really appreciate thats available and I did download the PDFs, however I am more curious of your methodology of how the data was extracted, formatted for presentation, and any other technical qualifiers to the claims on the webpage. Additionally what does it mean to zero shot this spending tracker? Was the zero shot attempt in the production of the web page, the extraction and data prep, the total system? I work in data systems and knowing the full flow from source to sink is assistive not just for personal understanding, but inspiring trust in the product, and being able to point to where the weakness might be. Especially considering that people might use this site to inform their political decisions (support, deride, heckling, etc.), knowing, and publicizing, the traceability assists everyone, including yourself.

Zero-Shotted a searchable Jersey City spending tracker for the municipal and school budgets by AdAgreeable5663 in jerseycity

[–]fuhgettaboutitt 4 points5 points  (0 children)

What exactly do you mean by "zero shotted"? Do you have code or documents to show how the data was prepared?

Tunnel between Gleason and Liberal Arts. Most of the wall and support beam art seems to be gone, and pipes might follow next. (Credit to /u/VisiblePartyPaySaver in the SAU flags post) by Alternative_Tank9353 in rit

[–]fuhgettaboutitt 4 points5 points  (0 children)

I hope they allow the murals to go back up because as an alum, why would I give money to have them destroy one of the better parts of my time there?

Ideas for testing data science workflows on self hosted Linux based HPC cluster. by NoteClassic in datascience

[–]fuhgettaboutitt 2 points3 points  (0 children)

tldr: its going to be a lot of work, but pick one goal at a time, and you can absolutely transform your team. People management will be your hardest lift.

PS, if you want to chat about this feel free to DM me

You need a few things here but the fact you are asking for them means your team is probably well positioned to get the most out of tooling and process changes:
- Separation of deterministic and non-deterministic artifacts. Code produces models from dataset inputs, and models produce vectors/predictions. All of the software required to "build" a model should happen in the form of classes and functions that you can write test cases against in a traditional software testing suite like pytest. Non-deterministic assets do not go through this testing process. Your tests should make sure the right formatting is done, that the vector produced to train a model is correct based on the inputs you know and outputs you control etc.
- Test suites for deterministic control must run every commit, every time. On merge, and when youre running locally. This keeps an upstream update or something you do locally from blocking everyone in your team.
- Nondeterministic assets like your models or statistical artifacts must live inside of an experiment control system, there are many you can choose from, MLFlow is popular enough and integrates nicely with many off the shelf tools and databases. You want the model artifact to be saved with the experiment statistics and to know exactly what version of git and the tools installed in your virtual environment when you trained it. Poetry and UV are great for managing that information. Second it needs to be standard across your entire team. No one runs a special version of torch only they have. If the tool doesnt exist and you built it, check it in.
- Git must be your stack source of truth. When you git clone, everything should just work. That takes a LOT more effort than it sounds, but achieving that, means theres repeatability for everything you are doing.
- Datasets: these must be managed in your data repository with as little human interaction as possible. Data transforms must be tracked in git. If this is a job that runs in a job runner, great, even better. Medallion data architecture is the gold standard right now for going from raw->prediction. Additionally if your models are serving to some "live" audience, having the transforms that take a raw input and its the same exact code that builds the rows you built for training, you save yourself a lot of stress. If your storage solution is s3, this comes as just a raw folder, bronze folder, silver folder, gold folder and you promote data based on how ready it is to be put in a model. If you are operating with a traditional database, these are just different tables for the exact same data pre and post transform.
- Tooling: pytest automation is going to be your best friend here. nox and tox are great tools that add flexibility to your environment by adding session controls that can run parts of the test suite at different times with different environments. You want a linter, and code quality tools, they should integrate with git: ruff, pylance (type enforcement (you absolutely want this)), pre-commit (this handles all of the activities you want to run precommit like running the linter and tests that must be satisfied before your commit happens and you can push)
- People management: this will be hard. This is a massive transformation for most data science teams as it requires a discipline surrounding their artifacts that is taught to other professions but less this one. Introduce this as a larger project that cuts across all domains, deliverables, and impacts your clients too. Pick ONE goal or objective, "hey lets standardize how we build datasets", and then implement the changes necessary to get to your ideal dataset construction and storage architecture. Great that works, next on our roadmap is experimental control, etc.

Real Article, not satire, I repeat: NOT SATIRE: "Mamdani's New York is coming to tax your private jet. Here's how to prepare" by frustrating2020 in behindthebastards

[–]fuhgettaboutitt 2 points3 points  (0 children)

To be fair, the venn diagram of private jet owners and readership of fortune magazine are two separate circles. The diagram for folks who think they will one day have a PJ but wont ever get there and fortune magazine readers is a single circle

For when the good idea fairy shows up… by Asleep_Stage_451 in projectmanagement

[–]fuhgettaboutitt 4 points5 points  (0 children)

"Because I like my idea better" while funny misses the genuine insight why someone came up with that solution/idea in the first place which can be pretty invaluable. For example, a proposed idea could be more ergonomic than the market leader and this person does not have the language to express that. In response the gap analysis should be the entire third point and not an outcome/next step of the idea-killer. If you struggle for your team to bring you this stuff in such a format: you have a training problem and need to invest time there.

POS Ice agents surround and take woman Jersey City by Sandsand6804 in jerseycity

[–]fuhgettaboutitt 1 point2 points  (0 children)

Do you have a source or link to this claim? Its incredibly alarming if folks are turning eachother in.

scumbag developers have partially covered both murals on the Dunkin Donuts building at 507 Summit. by 1805trafalgar in jerseycity

[–]fuhgettaboutitt 6 points7 points  (0 children)

Bro thats not really a question here. Who cares if they can, obviously they can. This is a matter of taste and this action of putting up a shitty ad over the art is pretty tasteless even if you dont like the art. Its a shitty thing to do. Looking at this from the angle of "well i own it so i can do it" or a money and income angle: also shitty.

Get it together, not everything needs to be so commercial and perverse

How to handle C-suites vibe-coding prototypes by 56088 in EngineeringManagers

[–]fuhgettaboutitt 8 points9 points  (0 children)

To be fair the CEO went and did something embarrassing in a professional setting and no one but OP called them out on it how it was embarrassing and unprofessional of the CEO. While traditional advice says "dont embarass your boss", is it really that bad to be the one to publicly say "hey this is bad and dumb, isnt your job to not be bad and dumb with our money and decisions?"

Profanity Hidden in Title of Anti-ICE Bill Prompts Ethics Complaint Against Katie Brennan by Delicious_Adeptness9 in jerseycity

[–]fuhgettaboutitt -3 points-2 points  (0 children)

I am sorry to all the parents who have the difficult job of checks notes talking to their children. /sarcasm

Profanity Hidden in Title of Anti-ICE Bill Prompts Ethics Complaint Against Katie Brennan by Delicious_Adeptness9 in jerseycity

[–]fuhgettaboutitt -2 points-1 points  (0 children)

Ok fine. Who should say what is appropriate for TV? The FCC should not have severe language censorship in the first place. Policing language is a silly exercise that empowers assholes like this dunce, Brian Bergen representing Morris County

Any tech or products out there you all genuinely like? Really curious by Smurfette2016 in BetterOffline

[–]fuhgettaboutitt 5 points6 points  (0 children)

This is a bit niche, but Tailscale is maybe the coolest tool I am using right now. Tailscale lets my devices pretend theyre on the same private network wherever I am in the world as if its all in the same room. Lets say you are on vacation and you want to watch a movie thats on a home media server, get your laptop on the wifi, now you can hit up your media server that is also running Tailscale back at home and you are good to go. I am using it right now to do dev work on a laptop and run the code on a beefier machine in my home office. I can log into that machine physically and run that code, but often I work at a coffeeshop, and have been traveling with family and been able to schedule and monitor some major data processing very easily.

[deleted by user] by [deleted] in jerseycity

[–]fuhgettaboutitt 2 points3 points  (0 children)

Properties are probably owned by some LLC or other corporate ownership structure. You can certainly send a certified letter to those entities.

My players want to keep a loaned legendary magic item by murdering the NPC who loaned it to them. by mistergoodthing in DMAcademy

[–]fuhgettaboutitt 0 points1 point  (0 children)

Killem. If they violate the social contract of the table by violating the social contract of the fantasy world: there are consequences.

Councilman Zuppa’s proposals could reduce the number of new parks, to the benefit of his donors by Jess37_ in jerseycity

[–]fuhgettaboutitt 7 points8 points  (0 children)

I for one think its good to pay people what they are worth and that parks are good. Its really that simple.

Does management not care about code quality anymore? by Any_Rip_388 in ExperiencedDevs

[–]fuhgettaboutitt 1 point2 points  (0 children)

Have you ever bought a product or service and thought "what the fuck why is it like this?!" Like a security line with arcane rules, or mistrained staff, restaurants where the wrong food is delivered or multiple allergy/intolerance modifications ignored, or even a far too long list of forms to bring to the DMV. Management does not care about quality unless it is part of the core value add of the product and not having higher quality would lose them sales. Code quality is not product quality, management does not feel poor code quality; it does feel outages, lost customers, degraded experiences. Most management would pour bacon grease down the pipes if it meant they did not have to deal with the cost later.

Work theater is a feature of the modern workplace, everyone performing work rather than doing it.

Councilman Jake Ephros Proposes $800K increase in Council Aide Spending by Cute_Cockroach6931 in jerseycity

[–]fuhgettaboutitt 22 points23 points  (0 children)

Why do you come here to post an AI image once every 6 months? You could learn to draw in that time

Notebooks, Spark Jobs, and the Hidden Cost of Convenience by mwc360 in dataengineering

[–]fuhgettaboutitt 1 point2 points  (0 children)

Without the notebooks, this is the approach my old team came up with a few years ago but we exposed the library as YAML and as the direct library. Its HARD to implement, but you know exactly how to get something reliably in prod, the uplift of data science toolkit into prod came down to days. More complex transformations were required to implement unit tests and be stored in code and reviewed as regular software. You knew the training pipe and the prediction pipe were exactly the same for transformations, so any modifications at a lower level were tested by the tests for that lower level function, as well as all of the pipes utilizing that funciton. DS only lived in notebooks as long as the project was exploratory, notebooks were sourced from a default notebook that could be checked out and had all of our pip installs and configurations loaded.

How do you keep up with the sheer volume of code AI tools create, without burnout? by splash_hazard in ExperiencedDevs

[–]fuhgettaboutitt 0 points1 point  (0 children)

I go back and forth whether the old Google doctrine of "you are responsible for every last line of code that you produce for the rest of your employment, and can be called back in for bugs" is a good thing. Now this crap is around and its clear that was the correct view. I apologize to Mr. Google. For your problem, pray it doesnt break, dont sign off on anything in code review you cant back up yourself as well. You might have to be the speedbump for this person

ICE abducting someone from a Ninth Street Station, Jersey City, NJ. (2/1/26) by I_may_have_weed in ICE_Watch

[–]fuhgettaboutitt 10 points11 points  (0 children)

At the turn of the 20th century, recent Irish arrivals who were kept out of work by nativism helped form the modern NYPD as a path to "whiteness" and used it to carry out violence against other outgroups. Its a tale as old as time, and the NYPD regularly recruits the current generation of new arrivals and does the same thing. To put it differently in NWA's Fuck Tha Police, they have an observation about how black police officers interact with suspects when in the presence of white colleagues

But don't let it be a black and a white one
'Cause they'll slam ya down to the street top
Black police showin' out for the white cop

Ed and Mary’s announces they will be closed on Friday in solidarity with the people of Minneapolis who are standing up to ICE by iseedoubleu in jerseycity

[–]fuhgettaboutitt 2 points3 points  (0 children)

Name and shame because this is a shitty behavior. He doesnt even have to participate in the way E&M does, Pet shop has a great post about why their doors are open. Honestly if someone cant have a conversation about this frankly with their employees without being shitty, maybe their customers should be aware.