Don't android phones have swap already?
Can I change my user password to just empty string? So I could just press enter on sudo prompt
Is there any reason to use Docker instead of Podman?
https://www.youtube.com/watch?v=ymcOLL2qEg8 This is the guy who made computing hardware for Tesla and their autopilot
AND ENUMS??????
Can anyone tell me why 4K on YouTube and Netflix is called 4K if most of the times it looks worse than uncompressed 720p?
Go doesn't have generics??????
Привет. Объясните, пожалуйста, как это работает. https://github.com/go-chi/chi/blob/master/_examples/rest/main.go#L120 Вот тут вызывается функция func Render(w http.Respons...
What's the proper way to round to int if no decimals are present? Like 252.2292312 should be rounded to 252.23, but 222.0 should be rounded to 222
Lmao Microsoft has stupid limit for amount of apps a single publisher can upload in Microsoft Store And Microsoft themselves are now the first publisher to reach that limit...
I was given a huge fucking service consisting of a lot of mucroservices and frontend. How should I even start approaching this?
Привет const defaultFilterStatuses = useCallback((): Array<Change.Status> | Array<Maintenance.Status> => { switch (type) { case TaskType.CHANGE: retur...
export interface Task { .... status: Status; .... } export enum Status { OPEN = 'Open', CLOSED = 'Closed', DELETED = 'Deleted', } —— 😐😐😐 { Object.ke...
export const HighLevelAPI = React.createContext<API>({} as API) ... <HighLevelAPI.Provider value={ api }> А можно как-то не задавать дефолтное значение? Ну или не передавать ...
Привет. Нашел компонент react-select стилизованный под Chakra UI: https://gist.github.com/csandman/c687a9fb4275112f281ab9a5701457e4#gistcomment-3758944 Использую его его вот...
How other laptop manufacturers are going to copy notch if woedos taskbar can’t be moved to the top?
Как организовать ввод даты и времени отдельно и последующее отображение? В монге нельзя хранить дату без времени, но показывать дефолтное время 00:00:00 не хочется, если оно н...
Do I need any sort of GPU in my home server?
What are legal ramifications of contributing to FOSS when everything you do even outside of work hours is owned by a company?
Then why are you restricted?