TrID is an utility designed to identify file types from their binary signatures. While there are similar utilities with hard coded logic, TrID has no fixed rules. Instead, it’s extensible and can be trained to recognize new formats in a fast and automatic way.
Kategorie: Dev
Where did we go wrong?
… or Abstraction over Abstraction over…
… or did we need somethinf like Electron?
… or:
node.js and the Heaviest Objects In The Universe :-)
WinForms?! YES -> Because it bloody works :-)
Netter BLOG warum es auch noch im Jahr 2022 noch gute Gründe gibt WinForms zu verwenden! Lesenswert:
Aardvark’d: 12 Weeks with Geeks
Aardvark’d: 12 Weeks with Geeks is a 2005 documentary film about the development of Fog Creek Copilot, a remote assistance software tool. Conceptualization of the film began when Fog Creek Software CEO Joel Spolsky announced on his blog that he was seeking a filmmaker to document the development of the product, then called Project Aardvark.[1][2]
https://en.wikipedia.org/wiki/Aardvark%27d:_12_Weeks_with_Geeks
Hardcore Software by Steven Sinofsky
Hardcore Software is a non-fiction, first-person account of the rise and fall of the PC revolution serialized through this platform, one section at a time, once or twice a week.
https://hardcoresoftware.learningbyshipping.com/archive
Through this first person account of Steven Sinofsky’s time at Microsoft, he aim to convey to you an insider’s story of growing influence and corporate obstacles, the evolution of technology that changed the world, and most of all the people that made it happen.
Check out companion videos and demonstrations of legacy products on the YouTube Channel.
What is it like to work with Microsoft’s Dave Cutler?
Dave is one of the most inspiring people I worked with (not closely, to be clear). Not only did he lead the team that built a new OS from scratch that was still compatible with DOS-based Windows, with many features on day one that took years to arrive in competitor’s products, he personally designed and coded the portable, multithreading, multiprocessor, secure NT kernel. He was brilliant.
https://www.quora.com/What-is-it-like-to-work-with-Microsofts-Dave-Cutler
Ex-Microsoft programmer Dave Plummer: I wrote Task Manager
The Microsoft developer who wrote Task Manager, along with other utilities and games, has popped up to „write this stuff down before I forget it all“.
A post on Reddit goes into detail about the tool, familiar to every Windows expert, which if you are lucky lets you terminate errant applications or processes, as well as providing some handy stats on how your PC is or is not performing.
Dave Plummer, or davepl, „started in MS-DOS in 1993 and spent a little more than a decade at Microsoft, leaving after Server 2003“, he told the University of Regina. He talked about the challenges of „coding for a billion machines“, saying: „It’s like you’re building one bull to be released into an infinite number of china shops.“
https://www.theregister.com/2020/05/26/task_manager_confession/
Github: Blazor ressources
Blazor is a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
Interactive web UI with C#
Blazor lets you build interactive web UIs using C# instead of JavaScript. Blazor apps are composed of reusable web UI components implemented using C#, HTML, and CSS. Both client and server code is written in C#, allowing you to share code and libraries.
Blazor is a feature of ASP.NET, the popular web development framework that extends the .NET developer platform with tools and libraries for building web apps.
Details on github: https://github.com/AdrienTorris/awesome-blazor
Confluence by powershell :-)
a community of Powershell lovers, who are invested in making Atlassian product part of their Powershell life
Copy InterSystems IRIS JDBC Driver from Docker Container to local filesystem
docker cp my-iris:/usr/irissys/dev/java/lib/1.8/ e:\temp
https://docs.docker.com/engine/reference/commandline/cp/
https://docs.intersystems.com/
InterSystems IRIS and IRIS for Health 2021.2 preview: https://community.intersystems.com/post/intersystems-iris-and-iris-health-20212-preview-published
2021.2 LOAD DATA
LOAD DATA FROM FILE filepath [ COLUMNS (fieldname datatype, fieldname2 datatype2, ...) ] INTO table [ (fieldname, fieldname2, ...) [ VALUES (headeritem,headeritem2, ...) ] ] [ USING {json_object} ] LOAD DATA FROM JDBC connection TABLE jtable INTO table [ (fieldname, fieldname2, ...) [ VALUES (jfieldname,jfieldname2, ...) ] ]
https://irisdocs.intersystems.com/iris20212/csp/docbook/DocBook.UI.Page.cls?KEY=RSQL_loaddata
Two example repositories using LOAD DATA
:
- https://github.com/bdeboe/isc-tpch-script
- https://github.com/bdeboe/isc-adventureworks (using the DWH flavour of this well-known dataset only)