Jump to content
ATX Community

Leaderboard

Popular Content

Showing content with the highest reputation on 08/15/2024 in all areas

  1. I have been actively blocking scrapers for decade. Started with the "wayback machine" site storing old versions of all sites it scraped. Taking my work for your own profit is not something I am fond of, this is the whole idea of AI, scrape the work of others and make into something which can be monetized. Versus coders who share tips and snips freely for the betterment of peers, and who will often get a source credit for their kindness. The scary part is many coding tools now have "AI" built in, and an alarming amount of new code is recycled code from the past (scraped) which could be less than efficient or contain long known bugs. Plus, the non-OG coders have no real idea how to optimize, since they did not come up using floppy disks as storage and stuffing programs and data into less than 500k of memory.
    5 points
  2. I used a 5 digit Julian date numbers internally, while programming, and only displayed dates in readable form for humans. Y2K would not have been an issue for any programs I wrote. And the 5 digit Julian dates made it a snap to calculate the number of days between two dates. I used to dream in code!
    3 points
  3. The base of knowledge for AI's has been obtained by scraping the internet of everything,facts, fiction,opinions, conspiracy theories and wild assed guesses. I have read several tech articles which said that some AIs are getting close to running out source materials. There has been some discussion about creating artificial information so that AIs have more stuff to look at To some extent I think the AI explosion has been triggered by the Fear Of Missing Out.
    3 points
  4. Of course, us OG types, fitting things into small spaces, were the root of Y2K. We program bit by bit and try to save bits wherever possible. With the current space on drives and in memory, and "aligning" data in the same chunks as the processor, saving bits is a lost art since most do not have that "saving" mentality. For grins, I store dates as a number offset (4 bytes), so there is and was no issue, at least not for about 12 million years from 12/30/1899. Even simple on/off flags are now usually 4 or even 8 bytes (instead of one bit) because of being better aligned with the processor, although the OG in me still uses bit "flags" where one 8 byte item can have 64 different on/off bits. I cannot waste bits! The one exception is stored data. After many years of having to update record structures when adding things, I built in spares many years ago (which were initialized too, so I know what the value is). For the most part, the record size aligns nicely with drive storage chunks, or for smaller records, is some sort of easy to test number, like 200, 500, 2048, etc.
    2 points
  5. It is supposed to be a simplified plan, but I didn't see anything significantly different than the old plan.
    2 points
  6. I have been using Splashtop since nearly when they started. I use it daily, such as when I just don't feel like walking upstairs or getting out of the pool or hot tub :). It is also great for real remote. I often leave my main computer at home when we travel. (All my computers are portable, as they then have a built-in battery for power outages and are easy to grab for bug outs. I have a nice "programmer's" monitor at home though.)
    1 point
  7. https://www.atxcommunity.com/topic/29504-remote-access-vendor/#comment-194754
    1 point
  8. McDonald's recently announced that they were scrapping their test of using AI to take orders. Although they did not give a reason, insiders say the system was getting orders wrong. If AI can't handle my order for a Happy Meal, how will work with much more technical issues?
    1 point
×
×
  • Create New...