HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pinkcan

no profile record

Submissions

The Law of the Land

world.hey.com
1 points·by pinkcan·3 anni fa·1 comments

comments

pinkcan
·3 anni fa·discuss
not a native speaker, but have been reading and writing english long enough to pick up the meaning immediately

anyway, had the same though when typing my sibling comment, felt so disgusted reading that
pinkcan
·3 anni fa·discuss
thanks for clearing that up
pinkcan
·3 anni fa·discuss
yea, it's just another one to add to a list of expressions that are unnecessarily aggressive, and for which there are better alternatives
pinkcan
·3 anni fa·discuss
it's hip, they use hip tech and hired hip folks, so you know it's the place to be ;)
pinkcan
·3 anni fa·discuss
what's up with the status page?
pinkcan
·3 anni fa·discuss
DO, OVH, and Hetzner are more stable because they don't use buzzwords?
pinkcan
·3 anni fa·discuss
monitoring means you might get called-in on your night-out

who wants that?
pinkcan
·3 anni fa·discuss
> a throat to choke

yikes
pinkcan
·3 anni fa·discuss
unless the intent of the code is to demonstrate some implementation where the optimisations would be distracting
pinkcan
·3 anni fa·discuss
in order to reduce hallucinations one can use other tricks, chain-of-thought and reflection being two popular ones
pinkcan
·3 anni fa·discuss
models are still having trouble reasoning – current tricks still depend of feeding back an intermediate answer with a different prompt, but it is still an LLM, and most times the same LLM
pinkcan
·3 anni fa·discuss
that would be copilot not chatgpt
pinkcan
·3 anni fa·discuss
parent gave five examples of issues they found while using a taxi in the manner you described

you could have just believed them instead of being antagonistic about it, this is especially unnecessary given the topic has a history that supports the experiences the parent poster listed
pinkcan
·3 anni fa·discuss
> uses half the memory

this is false

> two orders of magnitude faster

incorrect

> doesn't let your users DOS you by triggering huge file reads on each request.

I understood what you were trying to do on your first reply – "Prolly don't want to read the file on every request though" – no need to repeat yourself.

plese remember:

1. it's pseudo code, the optimisation is superfluous

2. it never ran, the optimisation is useless
pinkcan
·3 anni fa·discuss
congratulations, you've optimised a snippet that never ran – it was typed into the post form from memory
pinkcan
·3 anni fa·discuss
and how do you get access to the VPN?

all VPNs need authentication and payments, otherwise your just connecting to another open network with the same issues as TOR.

if you make payments, and then auth on connection, they "know" who you are and TOR at the start is not giving you anything
pinkcan
·3 anni fa·discuss


  import flask
  import random
  app=flask.Flask()
  @app.route('/')
  def random_redir():
    with open('urls.txt') as of:
      return flask.redirect(random.choice(of.readlines()))
pinkcan
·3 anni fa·discuss
I guess I got lucky as it sent me to: https://www.w3.org/People/Berners-Lee/
pinkcan
·3 anni fa·discuss
"Exploring Transcranial Magnetic Stimulation as a Potential Treatment for Addiction: Promising Results but More Research Needed"
pinkcan
·3 anni fa·discuss
you could start by pushing all articles into a database; have another process quickly label/tag the entries based on the criteria you care about; web or tui app to show you only the entries you care about; slower clean up job for entries you don't care to keep around anymore