HackerTrans
TopNewTrendsCommentsPastAskShowJobs

wdroz

no profile record

comments

wdroz
·3 เดือนที่ผ่านมา·discuss
You can get a refund, from the article:

> If you hit unexpected limits or these changes just don’t work for you, you can cancel your Pro or Pro+ subscription and you will not be charged for April usage. Please reach out to GitHub support between April 20 and May 20 for a refund.
wdroz
·3 เดือนที่ผ่านมา·discuss
You can also bootstrap your initial schema with LLMs with the excalidraw MCP "app" [0]. But MCP "apps"[1] are quite new and not very well supported yet.

[0] -- https://github.com/excalidraw/excalidraw-mcp

[1] -- https://modelcontextprotocol.io/extensions/apps/overview
wdroz
·5 เดือนที่ผ่านมา·discuss
We could simply make the "view file" tool not able to see .env. Same for other "grep-like" tools.
wdroz
·7 เดือนที่ผ่านมา·discuss
In the improved error message [0] how are they able to tell nested attributes without having a big impact in performance? Or maybe this has a big impact on performance, then using exceptions for control flow is deprecated?

    ...
    print(container.area)
> AttributeError: 'Container' object has no attribute 'area'. Did you mean: 'inner.area'?

[0] -- https://docs.python.org/3.15/whatsnew/3.15.html#improved-err...
wdroz
·7 เดือนที่ผ่านมา·discuss
> All submissions must come from verified individuals or organizations. Inside the OpenAI Platform Dashboard general settings, we provide a way to confirm your identity and affiliation with any business you wish to publish on behalf of. Misrepresentation, hidden behavior, or attempts to game the system may result in removal from the program.

They really want your ID
wdroz
·7 เดือนที่ผ่านมา·discuss
Unlike openai, you can use the latest grok models without verifying your organization and giving your ID.
wdroz
·10 เดือนที่ผ่านมา·discuss
> The logo is further on the left than the other icons.

But why the logo of the website/app should be aligned with the icon of the actions?

> The icons are thin, compared to the text, which is bold.

Why this is an issue?

I can somewhat agree with the other points, but I wouldn't call this "bad design." Just because the information can sometimes be presented better doesn't mean the previous way was bad.
wdroz
·11 เดือนที่ผ่านมา·discuss
DNS tunnels with iodine works well, it's easy to setup and work in a lot of place.

You can also connect to some random corporate wifi and it's very likely that this will work (not necessary in "direct" mode).
wdroz
·ปีที่แล้ว·discuss
You can also install it "globally" for your user with:

  uv tool install ty
Then you can use it anywhere

  ty check
wdroz
·6 ปีที่แล้ว·discuss
Because of kubernetes, the "language" of cloud infrastructure is YAML...
wdroz
·6 ปีที่แล้ว·discuss
you can use systemd to manage your dockers
wdroz
·7 ปีที่แล้ว·discuss
In azure DevOps CI, docker build steps aren't cached, so I hope they use something else.