HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ghostoftiber

753 karmajoined 7 lat temu

Submissions

[untitled]

1 points·by ghostoftiber·5 dni temu·0 comments

[untitled]

1 points·by ghostoftiber·4 miesiące temu·0 comments

LexisNexis confirms data breach as hackers leak stolen files

bleepingcomputer.com
7 points·by ghostoftiber·4 miesiące temu·0 comments

The Rejection of Artificially Generated Slop (Rags)

406.fail
4 points·by ghostoftiber·5 miesięcy temu·1 comments

NASA to Develop Lunar Reactor by 2030

nasa.gov
6 points·by ghostoftiber·6 miesięcy temu·1 comments

PayByCar has suspended their services

mypaybycar.com
1 points·by ghostoftiber·8 miesięcy temu·1 comments

comments

ghostoftiber
·5 dni temu·discuss
Not sure if this is an easter egg or not but this was an incredibly amusing result of a google search in AI mode.

Other prompts:

"I'm taking away your yaoi!"

"I'm taking away your yuri!"

Both have Google search AI respond back in amusing, unexpected ways.
ghostoftiber
·2 miesiące temu·discuss
This reminds me of when compiz came out and everyone was like MY WINDOWS ARE ON A CUBE and I NEED WOBBLY WINDOWS.

So anyway, being that guy, I immediately installed it.
ghostoftiber
·5 miesięcy temu·discuss
This document specifies the standard protocol for handling and discarding low-effort, machine-generated contributions submitted to source code repositories, issue trackers, vulnerability reporting portals, and community forums, be they public open-source projects or internal corporate monoliths.
ghostoftiber
·5 miesięcy temu·discuss
The answer is - it's both. There's also parallels in archers in Europe from the longbow period: https://en.wikipedia.org/wiki/English_longbow#Training You can tell who was a professional archer by looking at their skeleton, and so naturally families who had bodies with more readily adaptable skeletons typically became archers. This married the morphology of an archer to social status and family line.
ghostoftiber
·6 miesięcy temu·discuss
....OK who signed a data sharing agreement without having the thought "who am I sharing the data with" when they were at the doctors?
ghostoftiber
·7 miesięcy temu·discuss
"The most banned books in America and here's where you can purchase them using our affiliate links".
ghostoftiber
·8 miesięcy temu·discuss
PayByCar is now showing a generic:

Our services are temporarily paused. We appreciate your understanding.

Which probably isn't anything nefarious, but I guess the turnpike was free this morning?
ghostoftiber
·9 miesięcy temu·discuss
[flagged]
ghostoftiber
·2 lata temu·discuss
I missed the A and read E on the end of "europa" and was like "ah yes I see you have met the French".
ghostoftiber
·4 lata temu·discuss
Instead of implementing a -h or --help, consider using some code like "if nothing else matches, display the help". The asterisk is for this purpose.

  while getopts :hvr:e: opt
  do
      case $opt in
          v)
              verbose=true
              ;;
          e)
              option_e="$OPTARG"
              ;;
          r)
              option_r="$option_r $OPTARG"
              ;;
          h)
              usage
              exit 1
              ;;
          \*)
              echo "Invalid option: -$OPTARG" >&2
              usage # call some echos to display docs or something...
              exit 2
              ;;
      esac
  done
ghostoftiber
·4 lata temu·discuss
A game where you make home improvements and have to manage a budget. Resources would be that you have a family which has a specific amount of time they can spend on tasks, and expenses, such as electricity, home heating oil, car payments, buying new windows, etc. Tasks like buying new windows would result in less energy costs, or something like a dishwasher would allow you to spend less time doing dishes at higher energy costs. I want "Home Economics: The Game" so that kids will actually learn about home economics stuff. Random events could include global warming, supply chain shortages, etc... There could definitely be a "fun" mode where fun things happen rapidly and events like your house getting haunted or SCP sorts of events take place, or a simulation mode where you might do awesome or you might end up selling your kidneys after getting that basket weaving degree or reading this post on hacker news.