|
The last floppy disk was made over a decade ago and doesn't even have enough capacity to store a modern smart phone picture, so why do some people still love using them? It's all fun-and-games until the magnets come out
|
|
|
|
|
Kent Sharkey wrote: so why do some people still love using them? Paranoic mode on?
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
I think the article gave some pretty good reasons for using obsolete technology, starting with "if it ain't broke, don't upgrade it."
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.
-- 6079 Smith W.
|
|
|
|
|
Developing software in teams is not the be-all end-all solution. In fact, there are some issues that arise strictly from the fact that we have a team. Team work makes the nightmare work
|
|
|
|
|
In Germany TEAM = "Toll, Ein Anderen Macht's" (Nice, someone else will do it)
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
Microsoft has quietly started testing an intriguing change to the Windows 11 Start menu that could introduce a floating panel full of “companion” widgets. Because everyone loves the widgets
|
|
|
|
|
Article wrote: Microsoft has quietly started testing an intriguing change And alone for that, they should be hung by the balls.
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
"companion" widgets is code for 'ads'? I'm betting it's code for ads.
|
|
|
|
|
Despite overall generous salaries, a lack of raises and falling cybersecurity budgets are leading to dissatisfaction among chief information security officers (CISOs) when it comes to compensation. Time to get the tiny violins out
You can play them while the CISO tells you to ignore the latest 0-day alerts that are currently being targeted on your application/site.
"average total compensation for tech CISOs is $710,000, with a median of $440,000"
|
|
|
|
|
Poor little bastards poor men...
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
At those salaries I don't feel sorry for them. The CISOs that really matter don't make that much and have problems getting their CEOs and CFOs to take cyber security seriously.
|
|
|
|
|
|
Ethan Zuckerman vs Mark Zuckemberg: it Zucks.
GCS/GE d--(d) s-/+ a C+++ U+++ P-- L+@ E-- W+++ N+ o+ K- w+++ O? M-- V? PS+ PE Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++* Weapons extension: ma- k++ F+2 X
The shortest horror story: On Error Resume Next
|
|
|
|
|
Zucker-man vs Zucker-berg: man vs mountain .
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.
-- 6079 Smith W.
|
|
|
|
|
Where can I get mine?
|
|
|
|
|
Make creative retro game sprites on the Commodore 64 with generative AI. Why spend big money getting an AI computer?
|
|
|
|
|
Kent Sharkey wrote: Why spend big money getting an AI computer? Still more useful than a big number of "scientific" studies that consume big money too.
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
I had free access to GitHub Copilot for about a year, I used it, got used to it, and slowly started to take it for granted, until one day it was taken away Because your mileage always varies
modified 9-May-24 14:35pm.
|
|
|
|
|
Similar to get used to drive for a long while with an automatic geared motor and then go back to manual clutch and gears.
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
For many, this would be like using Resharper and then having it removed.
Or, can you imagine suddenly having no Intellisense!?!
I (and most of you probably) remember the old days of looking at the Windows API tool to figure out the params that a method took.
Lessee...what does the WNDCLASS Struct have in it?
typedef struct tagWNDCLASSA {
UINT style;
WNDPROC lpfnWndProc;
int cbClsExtra;
int cbWndExtra;
HINSTANCE hInstance;
HICON hIcon;
HCURSOR hCursor;
HBRUSH hbrBackground;
LPCSTR lpszMenuName;
LPCSTR lpszClassName;
} WNDCLASSA, *PWNDCLASSA, *NPWNDCLASSA, *LPWNDCLASSA;
Or yeah, how about CreateWindow which you use all the time?
HWND CreateWindowA(
[in, optional] lpClassName,
[in, optional] lpWindowName,
[in] dwStyle,
[in] x,
[in] y,
[in] nWidth,
[in] nHeight,
[in, optional] hWndParent,
[in, optional] hMenu,
[in, optional] hInstance,
[in, optional] lpParam
);
|
|
|
|
|
I am just really not sure. Can someone be such an advanced programmer (or such a bad programmer) that they install an AI assistant tool, and then it never prompts them with greyed-out text because they're just that good (or that bad)?
I've used ReSharper AI Assistant, but I am not sure what I am getting for my $10 per month. OK, every so often it saves me a little typing here and there, but more of its sophisticated suggestions seem way off of what I'm intending to write.
And, for prompting it, it seems like it's on the level of GPT 3.5...I mean, I can just hop on over to https://chat.openai.com and type my prompt in there, and it knows tons of programming...I don't understand why I also need it inside my IDE.
|
|
|
|
|
Inside your IDE, it has context. Suppose you have a bare bones public method and you want to validate your inputs, and then write tests to check this works as you would expect. This is a lot more convenient if it's inside the tool you are using.
|
|
|
|
|
raddevus wrote: can you imagine suddenly having no Intellisense!?! Nope. But then again, in the 90's there were books for this stuff. Can you imagine the # of books that would be needed nowadays, given the frameworks, libraries, packages? And every day UPS would drop off new books because the old books you got last week are already obsolete!
|
|
|
|
|
I've been working a list of vulnerabilities reported by a code scanner.
AI can supposedly look at a whitepaper and then write code to exploit a vulnerability.
Can you point it at a repo and have it fix any code allowing the exploit?
I'm not sure it even requires fancy AI/ML to parameterize SQL.
|
|
|
|
|
A new report from Fortinet shows that the second half of 2023 saw attackers increase the speed with which they capitalized on newly publicized vulnerabilities. Efficiency is good, no?
|
|
|
|