|
Zlodo posted:and now for something more relevant to the thread than "c++ is obsolete" fantasies: I really like that they didn't bother to make it automatically pad the line numbers
|
![]() |
|
![]()
|
# ? Oct 3, 2023 14:46 |
|
the architecture confluent wants you to adopt is more-or-less put all your binlogs in the cloud. then all you have to do is recover and tada fully functional whatever. no its not insane, we promise! only the latest version of each row is retained interesting as something that could possibly work given unlimited money
|
![]() |
|
Finster Dexter posted:Oh geez that sucks. Good luck with that. Sounds like a huge mess could be worse tbh, both were super experienced but were managers so weren't that hands on any more. Still, you need people around who can go "oh yeah I remember why that system exists" for some 15 year old crap. that person is now me lmao
|
![]() |
|
Powerful Two-Hander posted:could be worse tbh, both were super experienced but were managers so weren't that hands on any more. Still, you need people around who can go "oh yeah I remember why that system exists" for some 15 year old crap. congrats on you're job security
|
![]() |
|
prisoner of waffles posted:congrats on you're job security this is unironically true, though part of me just can't be bothered and is jealous of the payoff they got. a lot of stuff currently in use by our department was last touched by me and I'm terrible. even worse a lot of stuff I have touched is informed by this thread.
|
![]() |
|
gonadic io posted:i'm going to work on the principle that despite it being agreed on in a meeting, nobody is going to do poo poo and i can just ignore it Kevin Mitnick P.E. posted:the architecture confluent wants you to adopt is more-or-less put all your binlogs in the cloud. then all you have to do is recover and tada fully functional whatever. no its not insane, we promise! only the latest version of each row is retained our entire DE team spent a year implementing this for our insanely small and traditional data flow. it never launched and all the DEs quit when they found out they would have to do boring database stuff. our case study is still on confluent's page saying we run it in production.
|
![]() |
|
It sounds like you could replace kafka with a blockchain and then you're well on your way to being a gazillionaire because blockchain! Also, what is a DE?
|
![]() |
|
Data Enthusiast
|
![]() |
|
motedek posted:our entire DE team spent a year implementing this for our insanely small and traditional data flow. it never launched and all the DEs quit when they found out they would have to do boring database stuff. our case study is still on confluent's page saying we run it in production. Does having SQL on your resume ruin your data engineer career for life?
|
![]() |
|
mystes posted:Your Data Engineers quit when they realized they would have to deign to use a traditional database as opposed to awesome BIG DATA technologies? i think it was just that the SQL had users and required maintenance and the kafka was just prototyping connectors in scala or something with no need to deliver anything. the first guy to quit was the only one who was doing the SQL, and it caused a chain reaction
|
![]() |
|
mystes posted:Your Data Engineers quit when they realized they would have to deign to use a traditional database as opposed to awesome BIG DATA technologies? true story, our infrastructure is so weird that I frequently have to use Apache Hive to import hdfs paths full of protobufs as a single column table of json, query them with jsonpath expressions inside sql statements, and convert the results to strings to print to the console to get an idea of wtf is happening with our data. Apache Hive is literally sql implemented on top of map reduce and they try to pitch it as the enterprise data store of the future. it's nuts. The MUMPSorceress fucked around with this message at 02:17 on Oct 3, 2018 |
![]() |
|
unironically glad my job doesn’t involve databases in any way
|
![]() |
|
Samsung being terrible again, a basic clock HTML app on an ultra-wide stretch TV at thousands of dollars crashes after a few days:![]() You need to regularly reboot like a Cisco switch with a memory leak. Interestingly this software does have a watchdog so I added that, however Samsung's Tizen software doesn't support a watchdog, so ![]()
|
![]() |
|
jit bull transpile posted:true story, our infrastructure is so weird that I frequently have to use Apache Hive to import hdfs paths full of protobufs as a single column table of json, query them with jsonpath expressions inside sql statements, and convert the results to strings to print to the console to get an idea of wtf is happening with our data. partition the protobufs by type and then make regular tables??? from where i sit the enterprise data store of the future is csv in s3. with embedded newlines
|
![]() |
|
Kevin Mitnick P.E. posted:partition the protobufs by type and then make regular tables??? too much work, this is temp tables for one off queries usually, like my boss is like "why is the foo collection flarping instead of farting? can you take a look " and then I just slam out a query to find a few foo protobufs to check their flarp and fart related fields. fortunately were not crazy enough to use hive as a data store the way apache wants you to. it's just a handy way to inspect stuff on hdfs without having to eyeball millions of records.
|
![]() |
|
and who says there are no computer scientists at apple?
|
![]() |
|
akadajet posted:and who says there are no computer scientists at apple? please, I'm a fart scientist clearly. (jk I have a poetry degree)
|
![]() |
|
Powerful Two-Hander posted:born to script
|
![]() |
|
they shoulda msg_sent a poet
|
![]() |
|
Snoop into LG's office via screen reflections,![]() LG apparently testing my app against unreleased TVs. This week it looks like they bumped the Chrome engine running in it so that the CSS height: 100%; broke, works fine in last weeks version. Thanks terrible programmers.
|
![]() |
|
nice shirt
|
![]() |
|
i'm jonseing for a terrible programmer side project. i got my arduino "point physical needle towards nearest coffee shop" proof of concepted, my discord bot is feature complete, and I deffo don't want to do anything with a gui. i could do something with the 0.3 futures alpha but i'm pretty ambivalent about that
|
![]() |
|
MrMoo posted:Snoop into LG's office via screen reflections, Are you the one that works on stock exchange stuff? Just curious if you worked on this at all: https://jpmorganchase.github.io/perspective/ Written in C++ and compiled for web assembly. Looks pretty hot
|
![]() |
|
code:
every time I find something like this is a little gift
|
![]() |
|
Finster Dexter posted:Are you the one that works on stock exchange stuff? Just curious if you worked on this at all: https://jpmorganchase.github.io/perspective/ Something similar with BoA, however their preference was for IronPython. It looks like a basic OLAP cube but they didn't want to use that nomenclature. The charts are from HighCharts.com, semi-commercial, whilst the grid is an opensource project HyperGrid. It's a bit weird as it doesn't really provide much additional value. Downloading a tonne of quotes or trades into the cube is still slow as balls, and all the UI is outsourced. My main work is with data distribution and real time UI, both of which this project doesn't cover. I do like that it uses web components though, ✅
|
![]() |
|
Finster Dexter posted:Are you the one that works on stock exchange stuff? Just curious if you worked on this at all: https://jpmorganchase.github.io/perspective/
|
![]() |
|
mystes posted:I wish they had described this as being for "visualization" or something. I ignored it when I saw a link to it yesterday or the day before because when I saw "analytics" I assumed it was for analyzing website traffic or ads or something. I guess maybe I'm not sure what "analytics" actually means? analytics is basically synonymous with data analysis, but your assumption is understandable since the term is so ubiquitous in seo and digital marketing gotta use the fifty-cent words if you wanna call yourself a growth hacker
|
![]() |
|
hey hey guys golang
|
![]() |
redleader posted:hey golang yourself
|
|
![]() |
|
What's happening with Jonathan's Blowlang?
|
![]() |
|
redleader posted:hey no u
|
![]() |
|
cinci zoo sniper posted:golang yourself
|
![]() |
|
They call it go because when you use it you want to go away
|
![]() |
|
MrMoo posted:Something similar with BoA, however their preference was for IronPython. now that's a lang i haven't heard about in awhile
|
![]() |
|
I wanted to mess around with IronPython and write an addon for OneNote but Microsoft really just doesn't give a poo poo about OneNote desktop so all the information is for the cloud based one and welp
|
![]() |
|
ironpython just begs the question of why aren't you using a real dot net language
|
![]() |
|
AggressivelyStupid posted:I wanted to mess around with IronPython and write an addon for OneNote but Microsoft really just doesn't give a poo poo about OneNote desktop so all the information is for the cloud based one and welp It might be easier to start by just using COM to poke around and work out what you want to do, and then once you figure it out just make it into an add on with a toolbar. The last part might be slightly more annoying in ironpython than c# but as long as you can use ironpython to make com libraries it shouldn't be a problem. However, consider that: 1) Microsoft in't that interested in the legacy plugin architecture for Office, 2) I believe the non-UWP desktop version of Onenote is basically abandoned, and 3) I don't think very many people were making add-ons for onenote in the first place (compared to Word/Excel). I honestly wouldn't recommend making any office plugins right now if you can avoid it, because I don't think there's been much adoption of the new javascript apis but the old COM object model apis seem like they might go away at some point, plus it's not clear if Office might end up moving to UWP or something.
|
![]() |
|
com being insanely flexible and easy to use is both an incredible strength and kind of doom for applications based on it.
|
![]() |
|
Bloody posted:ironpython just begs the question of why aren't you using a real dot net language Dot net languages don't have great analytics support, probably why Microsoft bought R Studio. Everyone uses R or Python with Pandas, Numpy, or whatever.
|
![]() |
|
![]()
|
# ? Oct 3, 2023 14:46 |
|
Bloody posted:ironpython just begs the question of why aren't you using a real dot net language I hate myself and like Python (and python has some nice libs for some things that c# lacks) mystes posted:If you really wanted to do it for some reason there are some links here: https://social.msdn.microsoft.com/Forums/en-US/ed366aa2-131d-450f-aec8-e123409a29e9/onenote-2010-ribbon-addin?forum=innovateonoffice Yeah, my Surface Pro came with both OneNote 2016 and the UWP OneNote. 2016 you can kinda get COM addins working but it required a little pile of workarounds. At one point I had my thing added to the ribbon, and was able to Hello World for what I wanted to do but kinda just fell off working on it after realizing that OneNote is the forgotten child in office and that ~JavaScript~ was going to be the future for OneNote
|
![]() |