Sabitlenmiş Tweet
Dan Siegel
9.3K posts

Dan Siegel
@DanJSiegel
🏝️ American expat in Roatan 👨💻 Microsoft MVP ×9 | Co-owner @PrismLibrary | OSS author 💻 Owner @AvantiPoint 🌊 Owner Sea Hunt Divers + Deco Stop
West End, Roatan Katılım Mayıs 2009
367 Takip Edilen3K Takipçiler

@normanmackay3 @Thebestfigen hell that's me trying to get up from any given chair
English

@Thebestfigen That's me getting out of my GT86 after a 200 mile drive and I'm not retirement age 🤣
English

Out of curiosity you realize that a voter ID is normal right? Having grown up in San Diego, we would get radio ads all the time for Mexican citizens to be sure to get their voter id to vote in Mexican elections... living in Honduras for the last 3-1/2 years, Hondurans are REQUIRED to have an ID specifically to vote, and as a foreigner I am not allowed to vote in their elections despite having legal status and being a business owner in Honduras. That ID is separate from your Drivers License and Passport btw. If 3rd world countries which extreme poverty issues at play can figure this out, I don't see why it would be unreasonable to expect the US to figure it out.
English

@nicksortor so.. I guess we're all getting passports for free now
English

🚨 BREAKING — IT’S OFFICIAL: The SAVE America Act has PASSED the House of Representatives
Once it’s signed into law,
✅ You must prove citizenship to register to vote
✅Photo ID at the polls
✅ Voter ID will take effect IMMEDIATELY
✅Mail-in ballots must have a copy of your photo ID
Now on to the Senate!
English

@csharpfritz @discord clearly I've missed something... what changes did they do that are a no-go for you?
English

I cancelled all of my @discord subscriptions after their policy changes and announcements
English

Props to @shanselman and the team for doing the right thing and sorting this issue with .NET Aspire out. As promised here is the follow-up vid.
youtube.com/watch?v=crvgYr…

YouTube

Scott Hanselman 🌮@shanselman
we open sourced it github.com/microsoft/dcp
English

@pierceboggan @RemcoAI The billing is a complete disaster. I’ve stopped using copilot because of it and moved my team to Cursor.
English

@RemcoAI what is missing for you? we have local/background/cloud agents (and you can use your Copilot sub with Codex and soon other coding agents), tons of customization features like instructions/skills/custom agents, next edit suggestions, bring your own key, etc.
English

@schneidenbach Or is it that it has more to do with having testable components to more quickly identify logic errors. I would say when you separate your View and ViewModel logic this actually prevents many bugs because ViewModels are much easier to test than tightly coupled View logic.
English

It's pretty amazing what happens when you look at actual facts. You begin to realize there is a lot of media driven hype & hysteria about #ICE. As usual... no the sky isn't falling... but lots of people are falling for the lies.

English

I really hate surprise shipments... and @FedEx doesn't make it easy to stop the shipment when I don't know who the shipper is, and I no longer live at the address, nor does anyone I know.
English

@davidfowl I find AI writes code just as poorly as developers do... it just does it at a much faster pace... allowing you to take what your team would do in 2-1/2 years and condense it to 2-1/2 weeks while doing other work or paying for the team.
English

This is the phenomenon. You can rewrite bad code with good code with a few prompts. Now next time you can do it better in less time. If you crash out after a few bad attempts you’ll never learn how to use it well.
Humans write bad code all the time 😅
Gunnar Morling 🌍@gunnarmorling
Trying to reconcile the "Claude did in 1h what took a Google team a year" thing with my own LLM experiences. It creates lots of code for me, which helps, but also that code leaks resources, is prone to data races, and maintainability is an afterthought. Where is the disconnect?
English

I swear @github Copilot billing is fundamentally flawed. How did I hit 100% usage on an org that hasn’t checked in any code this month.
English

It's been a freaking CRAZY year! Somehow managed to:
1) Ship some amazing products built on top of @aspiredotdev
2) Build some incredible AI powered solutions
3) Launch Sea Hunt Divers in Roatan
But perhaps the coolest, tonight I am launching the Deco Stop Bar & Grill where everything from the flour in the buns, the ground beef, even the sauces on your burger will all be made fresh on site... even the fries are cut fresh to order and cooked in tallow!!! All with fresh ingredients sourced from local farmers!
Forget your 5 year plan. Life is a lot more exciting when you let it figure out its own path... it still doesn't feel real to have my own little slice of white sand beach on a tropical island with such a great team!
English

Tried the “leading” dive shop software.
**CLAIM**: Cutting-edge cloud platform
**Reality**: Legacy trash on AWS that's 10+ years out of date!
So I built what they’ll never deliver: One unified full POS handling everything a Dive Resort needs... plus payroll, multi-currency, boats, bookings, rentals, gear, Nitrox/Trimix blending. It's even localized for my staff!
Runs locally for offline 1st capabilities with hourly/daily + cloud backups.
Dive resorts deserve better than their junk. 🪸🔥
#DiveResort #Scuba #DiveBusiness
English

is it just me or does anyone else find it annoying that agents with @Cursor don't understand the current date... like if it's going to put in the date seems pretty basic... check what the current date is...
English

I haven't seen different releases each day... but I mean to your point, I just got to updating my project to 13.0, an hour after 13.1 came out... also AI Agents don't pay attention to what the latest versions are... took me a bit longer when I've been distracted with the construction of my bar and restaurant
GIF
English

@allanritchie911 Well I don’t know. I mean it really depends on whether or not we’re in the same room. 😂😂😂
English

This is absolute BS. I've been to the US several times this year. There is no difference at all how we're treated at the border or by their citizens. It's all friendly & peaceful
David Pugliese@davidpugliese
‘My advice actually would be don’t go’: Expert warns Canadians about U.S. travel risks ctvnews.ca/canada/article…
English

@mateaSays @asmah2107 If someone thought that was a real answer and decided to give it a try... they 100% deserve the trouble that is in their future...
English

@DanJSiegel @asmah2107 it's good that you've offered an "intellectually wrong answer"
English

I mean I guess you could retrain the compiler right?
gebruik Systeem;
openbaar klasse FizzBuzz
{
openbaar statisch leeg Hoofd(tekenreeks[] argumenten)
{
voor (geheelgetal i = 1; i <= 100; i++)
{
als (i % 3 == 0 && i % 5 == 0)
{
Console.SchrijfRegel("FizzBuzz");
}
anders als (i % 3 == 0)
{
Console.SchrijfRegel("Fizz");
}
anders als (i % 5 == 0)
{
Console.SchrijfRegel("Buzz");
}
anders
{
Console.SchrijfRegel(i);
}
}
}
}
Nederlands







