HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kralos

no profile record

comments

kralos
·há 4 meses·discuss
A minimal build script of Hyprland from latest tag on Ubuntu 26.04

https://gitlab.com/kralos/hyprbuntu
kralos
·há 8 meses·discuss
It would be cool if we could SSH into the temporary host (I'm guessing these hosts currently aren't internet connected to avoid abuse so might not be possible or require some super careful firewalling)
kralos
·há 8 meses·discuss


    imagine typing in a terminal...
    you want to delete the previous word so press ctrl+w...
    actually you're in a browser; the window closes...
:sadness:
kralos
·há 4 anos·discuss
As an employer, we are always trying to improve our technical interview. At this point in time we've found the best approach is to look at the ticket board and think "If I had a new developer, what could they work on?". Then come up with a single real world question and ask the candidate this during the interview. The question should allow for a junior or senior to give an answer where the depth of the answer would likely vary much like the feedback on a hypothetical peer review would. We try to avoid anything requiring too much business domain knowledge. You should be able to explain the scenario to someone off the street (non-developer). We then have a face to face (or screen share) discussion about the problem, any questions or scoping and the approach that could be taken like any real developer would if they were given this as a ticket.

As an example:

---

We have an existing job management system to track and update the progress of warranty repairs (e.g. whitegoods). Sometimes parts need to be ordered to complete a repair. If we wanted the job system to book and track parts orders into third-party warehouse management systems; how would you address the following?

- Credential management

- Data types and their life cycles

- Sources of truth e.g.

    - Customers who have purchased whitegoods are the source of truth for new jobs

    - Our staff operate the job system and our clients (manufacturers) are the source of truth for parts

    - Tradespeople operate the job system and are the source of truth for new parts orders

    - Warehouse staff operate the WMS and are the source of truth for stock levels
- Required/Optional API calls and their triggers

- Fault tolerance and monitoring

- Compensate for variations/shortfalls in existing WMS APIs (in some countries we use a 3PL)

WMS: Warehouse Management Software

3PL: An external company who operates a warehouse and dispatches items on your behalf. These companies may do so for multiple tenants and have established staff, processes and WMS.
kralos
·há 4 anos·discuss
We also strictly stick to SI however we usually say kilograms in var names to be clear.

Haven't come across temperature however we would probably stick with kelvin.

We use a strict set of units in databases and while processing, conversions are localized if necessary only at the view layer.

We also only use UTC for date/times.

We only use E164 format (without spaces etc) for phone numbers: e.g. +12345678901 for an example number in OH, US. see National format https://libphonenumber.appspot.com/phonenumberparser?number=...

We only use iso3166-1 country codes and iso3166-2 region codes and translate on view.
kralos
·há 5 anos·discuss
All I want to know is, can I Bluetooth audio device it into my work laptop's SIP client? It could sit inside webcam view for those important conf calls
kralos
·há 5 anos·discuss
> If they really needed access to the router remotely, it would be much saner to expose an SSH server with pubkey-only access or VPN, both with brute forcing protection, and allow tunnelling to the router UI only from the LAN side.

any chance you can explain that to my mum?
kralos
·há 5 anos·discuss
Hey Mum! I can see my router from here!