youknowone | 4 months ago | on: New South Korean national law will turn large parking lots into solar farms
youknowone's comments
youknowone | 8 months ago | on: If you're building a JavaScript library and need logging, you would love LogTape
youknowone | 2 years ago | on: RustPython
youknowone | 2 years ago | on: RustPython
youknowone | 2 years ago | on: RustPython
Whenever I meet a C API issue on RustPython project (yes, I contribute to RustPython), I think about PyPy, and check what's going on C API, and realize 15 years was not enough to change things. Now the momentum of PyPy is not that strong as before. I believe Python community lost a huge chance.
Hope HPy or something can save PyPy. Maybe RustPython also will get a chance around there.
youknowone | 2 years ago | on: LK-99: The live online race for a room-temperature superconductor
youknowone | 2 years ago | on: (Mostly) Non-technical background of LK-99 Room-temperature superconduct
Please feel free to ask about the article if your machine translator doesn't work for specific sentences.
youknowone | 3 years ago | on: RustPython – A Python-3 (CPython >= 3.11.0) Interpreter written in Rust
youknowone | 3 years ago | on: RustPython – A Python-3 (CPython >= 3.11.0) Interpreter written in Rust
youknowone | 3 years ago | on: RustPython – A Python-3 (CPython >= 3.11.0) Interpreter written in Rust
RustPython even cannot run `1+1` without calling `int.__add__` yet. And it is working on https://github.com/RustPython/RustPython/pull/4615
So it still has long way to go not C vs Rust but from the design level.
youknowone | 3 years ago | on: RustPython – A Python-3 (CPython >= 3.11.0) Interpreter written in Rust
youknowone | 3 years ago | on: RustPython – A Python-3 (CPython >= 3.11.0) Interpreter written in Rust
youknowone | 3 years ago | on: Saturn Affinity: boosting game performance on AMD chips
By the developer, it boosts stellaris 50%.
youknowone | 3 years ago | on: Epyt: JavaScript typing game in 1022 bytes with brotli trick (js1024)
This is insane.
youknowone | 6 years ago | on: Ring: Advanced cache interface for Python
if DEBUG:
ring_cache = functools.partial(ring.dict, {}, default_action='execute')
else:
ring_cache = functools.partial(ring.redis, client)
@ring_cache(...)
def ...
Which is not very good solution at all. I will fix the design and properly document it. Thanks for suggesting why page and mock section.youknowone | 6 years ago | on: Ring: Advanced cache interface for Python
youknowone | 6 years ago | on: Ring: Advanced cache interface for Python
youknowone | 6 years ago | on: Ring: Advanced cache interface for Python
youknowone | 6 years ago | on: Ring: Advanced cache interface for Python
youknowone | 6 years ago | on: Ring: Advanced cache interface for Python
The new law requires the installation of solar panels in all *public* parking lots operated by the government. I checked this through local news sources.
In South Korea, there are already incentives to install solar panels on buildings, including parking lots. If you operate a solar power system with a capacity of over 20 kW, you can sell the generated electricity at prices higher than the market rate thanks to government support programs.
Despite these benefits, many parking lots in South Korea still do not install solar panels. This is mainly because, given the country’s high population density, most parking lots are located on land that is considered potential development sites. Once solar panels are installed, it becomes more difficult to change the land use later for development purposes, and the owners would also have to bear additional costs for removing the panels.