Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
staticlibs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
staticlibs
7mo ago
> sometimes libreoffice crashes and you can't figure out why > why libreoffice stopped publishing artefacts to mvn repo I think both questions would be a perfect fit for the paid support bugtracker of LibreOffice maintainers. Hop
2.
▲
by
staticlibs
2y ago
Fltkhs [1] was the best ever experience I've had while doing small/auxiliary GUI utilities. Now using NWG [2] for that (UI forms examples [3]) and it is so much less elegant and so much more verbose than Fltkhs. Resulting lean EXE
3.
▲
by
staticlibs
2y ago
Chasing memory leaks in BCP [1] data load implementation in Babelfish [2]. Spotted unusually high RAM usage, decided to look deeper and got into a rabbit hole. Haven't had this fun of overnight debugging (of Postgres guts) for a long t
4.
▲
by
staticlibs
3y ago
Transact-SQL support (both queries and stored procedures) for PostgreSQL is implemented in Babelfish extensions [1]. It is implemented from the ground up as a "pl/tsql" language for Postgres [2], without using SQL-to-SQL tran
5.
▲
by
staticlibs
3y ago
What is cool about Postgres extensions ecosystem, is that new functionality can be built upon existing extensions. For example, Babelfish (SQL Server compatibility layer for Postgres) uses pg_hint_plan to implement Transact-SQL hints suppor
6.
▲
by
staticlibs
3y ago
I meant that Jet Brains do care about GUI support in OpenJDK (mainstream Java), their flagship products depend on this, they employ a number of ex-Oracle GUI devs and contribute fixes upstream. Just there are no new major projects in GUI ar
7.
▲
by
staticlibs
3y ago
None of major Java/OpenJDK contributors (Oracle, Red Hat, SAP etc) care about desktop GUI Java libs. Jet Brains do care, but they are not major. All Java progress is concentrated on backend cloud services for 10-15 years already. This
8.
▲
by
staticlibs
3y ago
DBeaver uses SWT toolkit, its widgets are as platform-native as Java can do. Some of them can be much faster with long text editing than default Java Swing widgets.
9.
▲
by
staticlibs
3y ago
DBeaver works surprisingly nicely with less popular DBs. I work with Babelfish for PostgreSQL [1], it supports connections with SQL Server client libs. Most GUI client tools (like SSMS) expect "real" SQL Server on the other end of
10.
▲
by
staticlibs
3y ago
Feature set of Postgres on AWS in the article omits Babelfish feature. It is definitely worth mentioning, at least for some unfortunate people who are stuck with SQL Server, but would like to use Postgres as all others do. When you can use
11.
▲
by
staticlibs
3y ago
> WARNING: Files not signed! I don't have a Google Inc. private key at the moment. Its readme is worth reading.
12.
▲
by
staticlibs
3y ago
> moving some data from SQL Server to Postgres I don't have any first-hand experience with Postgres replication to share, just, when moving DB from MSSQL, Babelfish extensions for Postgres ( https://babelfishpg.org/ )
13.
▲
by
staticlibs
3y ago
Project author here, just noticed that someone submitted this on HN. Thanks for your comment, I didn't thought about this. I wonder what would be a proper way to cover "who is behind"? Perhaps will add some kind of note to th
14.
▲
by
staticlibs
9y ago
Looks like this is just one of possible "non-default" extension allocators, that can be selected during libstdc++ compile time: https://gcc.gnu.org/onlinedocs/libstdc++/manual/memory.html#...