mike22
No user record in our sample, but mike22 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but mike22 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
But it happens to be that product managers know (or at least about) and keep tabs on the relavent regulatory environment. I think it’s not scalable if every SWE in the team is going to legal to understand things. Like…
The value prop of Plaid, Yodlee, et al is that they can do this with one(-ish) API surface for tens of thousands of financial institutions. In their efforts to ensure Bob down the street won’t be sold any data, they do…
Great in concept, especially if you know what you’re doing. In my non-North American locale, I ordered a fiber hookup, and specifically asked to use my own router. Supposedly they will give you an ONT in SFP module for…
Where I live, CS is all chat bots that are simply text representations of the phone tree. You can Whatsapp the company! And get the nicely formatted menus.
Also at a very big BigCo using Citrix Workspaces; experience is decent. Got an 8 core/64 GB RAM VM and it’s pretty snappy for most dev work. The portability is nice compared to lugging a work laptop, and connection…
In Java, Lombok @Slf4j on a class is very convenient. Adds a static field for the logger.
How do you get the $1 price for kids in 2023? Currently the rule is “Up to three children under 44 inches tall ride for free when they’re with a fare-paying adult.” https://new.mta.info/fares
It’s great to write carefree SQL, with the DB platform totally abstracted, until there’s a massive spike in query latency. Then hash joins vs nested loops and full table scans is useful knowledge which is a) mostly…
Then there’s the times people update the bug-tracker-table-in-a-Confluence-page, and Confluence sends an email alert about the edit to those “watching the page (which is everyone who ever edited it). In Outlook the…
In the US, Verizon offers (sometimes includes for free) a battery backup unit for their ONT for FiOS service, in the name of providing only the phone services during a power outage. In general there’s nothing stopping…
Anecdotally, CBTC is a greeat improvement in many scenarios. On long and straight stretches between express stops, trains now fly along (probably at least 40mph; never got to see inside the TO’s cab). And upon…
We can argue about exact implementation, but SRE demanding all apps (assuming non-interactive ones run on servers) log to the same channel (with enough tagging info to ID the app/server) is a good thing. In my case we…
I’ve never used Jaspersoft, only seen the marketing pages of recent years on Tibco’s site. But much of that developer experience sounds like my 4-ish years with BIRT: differing versions of the designer GUI in Eclipse…
This token based approach is slowly arriving. Don’t know if Plaid does it yet. Yodlee and Intuit have already implemented it (OAuth and FDX) with at least and handful of banks.…
Now they make you manage the very limited subset of router options (essentially SSID and WPA passphrase) from their web portals. Then they push the updated configs to your router via remote management protocols. How…
If it’s a reasonable company, they will be willing to move your start date upon (polite) request, justified by the delay. In my recent job change, there were a couple of things that moved the timelines (only a couple of…
Ah, iDEN has gone the way of floppy disks. My old Moto i955 for Boost Mobile (MVNO of Nextel, later carried along with Sprint on CDMA) is a quite heavy and rocky solid paperweight.
In the world I live in (big org using Jira), that sounds like an epic, with lots of stories underneath. Some stories are defined early on, more can be added as the business comes up with new reqs or devs find things…
It’s been a self-hosted products for over a decade in the form of Visual SourceSafe and then TFS (wonky TFVC not withstanding; Git support was added a while ago as well), now living on as Azure DevOps Server.
A white collar worker in good shape going from, say, Rego Park to Wall St is a great candidate for the subway. But that’s the happy path. If you need to go from there to the far parts of Brooklyn, or any part of the…
The US has the social security program, to which both employer and employee make mandatory payroll contributions, but it pays very modestly in retirement. Many employees now contribute to their own self-managed…
Among other things that have been incompatible for a while: - many system tables use the Aria engine; has been impossible to start a MariaDB server over a data directory created in MySQL for many versions - mysql.user…
> You would be right to expect the DB library to escape the string so that no SQL injection is possible. SQL in some (hopefully good number of) cases is much safer than that. Going with MySQL prepared statements here:…
I worked for a (small boutique) consulting firm and the much larger telecom company they placed me at required a drug test. The culture in my group there did happen to suck, bad enough that my form pulled let me come…
JHipster (https://www.jhipster.tech/) goes a bit beyond that. From my reading, its basic functionality is taking in either interactive command line inputs or theor custom DSL, and spitting out DDL for a MySQL DB, Spring…